View source: R/plot-age-fits-mpd.R
plot_age_fits_mpd | R Documentation |
Plot MPD age fits for an iSCAM model
plot_age_fits_mpd(
model,
gear = 1,
comp_color = "black",
comp_point_size = 0.5,
fit_line_color = "red",
text_title_size = 12,
angle_x_labels = FALSE
)
model |
An iscam model object (class mdl_cls) |
gear |
The number of the gear to plot |
comp_color |
Color for the age comp data lines and points |
comp_point_size |
Size of the age composition points |
fit_line_color |
Color fot the age fit line |
text_title_size |
Size of text for the axis titles |
angle_x_labels |
If |
A ggplot2::ggplot()
object
Other Age plotting functions:
plot_age_fits_mcmc()
,
plot_age_resids_boxes_mcmc()
,
plot_age_resids_mcmc()
,
plot_age_resids_mpd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.