Usage
get_ts_plot(rep, sd_rep, model_names)
Arguments
- rep
List of n_models of `SPoRC` report lists
- sd_rep
List of n_models of `SPoRC` sdreport lists
- model_names
Vector of model names
Value
Plots of spawning biomass, dynamic b0, total biomass, recruitment, and fishing mortality time-series across models
Examples
if (FALSE) { # \dontrun{
get_ts_plot(list(rep1, rep2), list(sd_rep1, sd_rep2), c("Model1", "Model2"))
} # }