Get Plots of Biological Quantities
Usage
get_biological_plot(data, rep, model_names)
Arguments
- data
List of n_models of `SPoRC` data lists
- rep
List of n_models of `SPoRC` report lists
- model_names
Vector of model names
Value
A list of plots for terminal year movement, natural mortality, weight-at-age, and maturity at age across models
Examples
if (FALSE) { # \dontrun{
get_biological_plot(list(data1, data2), list(rep1, rep2), c("Model1", "Model2"))
} # }