View source: R/plot-pairs-mcmc.R
plot_pairs_mcmc | R Documentation |
Pairs plots for parameters in an MCMC run
plot_pairs_mcmc(
model,
plot_sel = NULL,
param_rm = c("rho", "vartheta", "so", "beta", "phie"),
list_param_names = FALSE,
text_title_size = 12,
point_size = 1,
tick_label_size = 5,
tick_label_angle = 45
)
model |
An iscam model object (class mdl_cls) |
plot_sel |
Logical. If |
param_rm |
A vector of parameter names to remove. If any are not found
in the output, a warning will be issued. If |
list_param_names |
Logical. If |
text_title_size |
Add the model description as a title with this font size. The text
comes from the |
point_size |
Size of the points on each pairs panel in the lower triangle |
tick_label_size |
Size of the tick labels on both axes |
tick_label_angle |
Angle of tick labels on both axes |
Show correlations between parameters as scatterplots in the lower triangular area, density of each parameter in the diagonals, and the correlation value with text size scaled to be larger for higher correlations in the upper triangular area
A ggplot2::ggplot()
object made from the GGally::ggpairs()
function
Other MCMC diagnostics plots:
plot_autocorr_mcmc()
,
plot_priors_posts_mcmc()
,
plot_traces_mcmc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.