View source: R/plot-param-stats-mcmc.R
plot_param_stats_mcmc | R Documentation |
Plot Autocorrelation, Effective sample size, Geweke statistic, and Heidelberger & Welch statistic histograms. This is a re-coded version of https://github.com/r4ss/r4ss/blob/bioscale/R/mcmc.nuisance.R
plot_param_stats_mcmc(
model,
col = get_shade(color = "blue", opacity = 30),
effn_labels = FALSE,
ylim_mult = 1,
show_ro_loc = FALSE,
ro_yloc = 50,
ro_yloc_arr_start = 60,
ro_yloc_arr_end = 30
)
model |
A model as returned by |
col |
A color to shade the bars |
effn_labels |
If TRUE, add labels to the top of the bars on the effective sample size plot |
ylim_mult |
Multiply the maximum ylim value by this (to show
labels on bars better if |
show_ro_loc |
If |
ro_yloc |
If |
ro_yloc_arr_start |
If |
ro_yloc_arr_end |
If |
A barplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.