Description Usage Arguments Value Examples
Convenient way to call MCMC plotting functions implemented in the bayesplot package.
1 2 3 4 5 6 7 8 9 10 11 |
object |
An |
pars |
Names of parameters to be plotted, as given by a character vector or regular expressions. By default, all parameters except for group-level and smooth effects are plotted. May be ignored for some plots. |
combo |
An array that contains the types of plot. By default
combo = c("dens","trace"). Supported types are (as names) |
fixed |
Indicates whether parameter names
should be matched exactly ( |
exact_match |
Deprecated alias of argument |
... |
Additional arguments passed to the plotting functions.
See |
A ggplot
object
that can be further customized using the ggplot2 package.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.