plot_mcmc {EMC2} | R Documentation |
Uses the coda plot functions that are applied per chain
plot_mcmc(
emc,
selection = "mu",
fun = "cumuplot",
layout = NA,
chain = 1,
plot_type = NULL,
...
)
emc |
An emc object |
selection |
A Character string. Indicates which parameter type to plot (e.g., |
fun |
A plot function that takes a vector/mcmc object as input, e.g. cumuplot, acf |
layout |
A vector indicating which layout to use as in par(mfrow = layout). If NA, will automatically generate an appropriate layout. |
chain |
Integer, which chain to include, if more than 1 will make separate plots per chain. |
plot_type |
type argument passed on to coda fun. |
... |
Optional arguments that can be passed to |
A coda plot