plot.bayeslist {bayeslist} | R Documentation |
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 class 'bayeslist'
plot(x, type = "prevalence", ...)
Arguments
x |
A |
type |
Character string giving the type of plotting. The options are
|
... |
Additional arguments to be passed to subsequent plot functions (check the See Also section). |
Value
None.
See Also
plot_trace.bayeslist
and plot_coef.bayeslist
.
[Package bayeslist version 0.0.1.5 Index]