Generate standard plot for all demographic parameter matrices. Output plots will include: - weight-at-age - maturity - natural mortality - selectivity - retention - discard mortality Plots will show values of demographic quantities across time, age, sex, region, and fleet as appropriate.

plot_demographic_parameters(
  dem_params,
  params = NA,
  show_plots = TRUE,
  out_dir = NA,
  ...
)

Arguments

dem_params

list of demographic parameter matrices

params

vector of names of parameters to plot (not implemented)

out_dir

optional directory to save plots to

...

additional parameters to be passed to `ggsave`