View source: R/plot-ref-points-dist-mcmc.R
plot_ref_points_dist_mcmc | R Documentation |
Plot DFO-style reference point figure with horizontal boxplots and zones bounded by B0 reference points
plot_ref_points_dist_mcmc(
model,
biomass_col = "B2023",
probs = c(0.025, 0.25, 0.5, 0.75, 0.975),
proj_catch_vals = NULL,
line_thickness = 0.75
)
model |
An iscam model object (class mdl_cls) |
biomass_col |
The column name that you want to shoe output for. This column will be divided by the SB0 value to get a depletion for the year in the name of the column |
probs |
Probability values to use in the plot |
proj_catch_vals |
The catch values to include in the plot. If |
line_thickness |
Thickness of reference point lines (vertical lines) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.