Learn R Programming

bayeslist (version 0.0.1.5)

plot.bayeslist: Plot bayeslist object

Description

General plot function for bayeslist objects, which dispatches the chosen type of plotting to the corresponding function.

Usage

# S3 method for bayeslist
plot(x, type = "prevalence", ...)

Value

None.

Arguments

x

A bayeslist object to be plotted.

type

Character string giving the type of plotting. The options are "trace" for trace plots, "prevalence" for prevalence plots. The default is "prevalence".

...

Additional arguments to be passed to subsequent plot functions (check the See Also section).

See Also

plot_trace.bayeslist and plot_coef.bayeslist.