Usage
get_ts_plot(rep, sd_rep, model_names, do_ci = TRUE)
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
- do_ci
Boolean for whether confidence intervals are plotted
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"), do_ci = TRUE)
} # }