Uses the coda plot functions that are applied across chain
plot_mcmc_list(emc, selection = "mu", fun = "traceplot", layout = NA, ...)
A coda plot
An emc object
A Character string. Indicates which parameter type to plot (e.g., alpha
, mu
, sigma2
, correlation
).
A coda plot function choice from
A vector indicating which layout to use as in par(mfrow = layout). If NA, will automatically generate an appropriate layout.
Optional arguments that can be passed to get_pars
,
the chosen coda plot function, or plot.default
(see par()
)