View source: R/plot-mcmc-diagnostics-all-params.R
plot_mcmc_diagnostics_all_params | R Documentation |
Creates the plot showing the 4 MCMC diagnostics for all parameters combined
plot_mcmc_diagnostics_all_params(
model,
diag_fill = "royalblue",
diag_alpha = 0.3,
diag_outline_color = "black",
ro_arrow_lengths = rep(20, 4),
ro_text_nudges = rep(0, 4),
y_lim_geweke = c(0, 30),
...
)
model |
A model object as output by |
diag_fill |
The fill color for the bars in the plots |
diag_alpha |
The transparency for the bars in the plots |
diag_outline_color |
The bar outline color for the bars in the plots |
ro_arrow_lengths |
A vector of 4 values to use for the arrow lengths in the 4 plots. Note the plot orders in this vector is: top left, top right bottom left bottom right |
ro_text_nudges |
A vector of 4 for the R0 text left/right nudges.
See |
y_lim_geweke |
A y limit vector of two values for the Geweke plot only |
... |
Arguments passed to |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.