autoplot.bvharsp | R Documentation |
Draw BVAR and BVHAR MCMC plots.
## S3 method for class 'bvharsp'
autoplot(
object,
type = c("coef", "trace", "dens", "area"),
pars = character(),
regex_pars = character(),
...
)
object |
A |
type |
The type of the plot. Posterior coefficient ( |
pars |
Parameter names to draw. |
regex_pars |
Regular expression parameter names to draw. |
... |
Other options for each |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.