plot_age_resids_mpd: Plot the age fits for an MPD model

View source: R/plot-age-resids-mpd.R

plot_age_resids_mpdR Documentation

Plot the age fits for an MPD model

Description

Plot the age fits for an MPD model

Usage

plot_age_resids_mpd(
  model,
  gear = 1,
  type = c("age", "year", "birth_year"),
  comp_color = "black",
  comp_point_size = 0.5,
  fit_line_color = "red",
  ylim = c(-3, 3),
  text_title_size = 12,
  leg_loc = c(1, 1),
  angle_x_labels = FALSE
)

Arguments

model

An iscam model object (class mdl_cls)

gear

The number of the gear to plot

type

One of "age", "year", or "birthy_year"

comp_color

Color for the age comp data lines and points

comp_point_size

Size of the age composition points

fit_line_color

Color for the age fit line

ylim

The y-axis limits (vector of 2)

text_title_size

Size of text for the axis titles

leg_loc

Legend location (vector of 2)

angle_x_labels

If TRUE put 45 degree angle on x-axis tick labels

Value

A ggplot2::ggplot() object

See Also

Other Age plotting functions: plot_age_fits_mcmc(), plot_age_fits_mpd(), plot_age_resids_boxes_mcmc(), plot_age_resids_mcmc()


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.