View source: R/plot-age-resids-mcmc.R
plot_age_resids_mcmc | R Documentation |
Plot MCMC age residuals bubbles for an iSCAM model
plot_age_resids_mcmc(
model,
gear = 1,
include = c(-5, 5),
text_title_size = 12,
text_title_inc_mdl_nm = FALSE,
angle_x_labels = FALSE
)
model |
An iscam model object (class mdl_cls) |
gear |
The number of the gear to plot |
include |
Two-element vector of the minimum and maximum values to include. Eliminates large outliers which bias the bubble sizes |
text_title_size |
Size of text for the axis titles |
text_title_inc_mdl_nm |
Logical. If |
angle_x_labels |
If |
A ggplot2::ggplot()
object
Other Age plotting functions:
plot_age_fits_mcmc()
,
plot_age_fits_mpd()
,
plot_age_resids_boxes_mcmc()
,
plot_age_resids_mpd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.