plot_harvest_rate | R Documentation |
Effective harvest rate plot
plot_harvest_rate(
df,
models,
regions,
prop_msy = 0.5,
show_f_msy = FALSE,
point_size = 1,
ribbon_alpha = 0.35,
ylim = c(0, 1),
h_line = 0.2,
translate = FALSE
)
df |
a data frame as constructed by [get_catch()] |
models |
a list of iscam model objects |
regions |
a vector of regions names in the order they are to appear in the facets |
prop_msy |
proportion of F_MSY |
show_f_msy |
show horizontal line at prop_msy * F_MSY |
ribbon_alpha |
transparency of the ribbon representing the credible interval for Ut |
ylim |
Limits to show on the y-axis. Implemented with [ggplot2::coord_cartesian()] |
h_line |
horizontal line value to plot |
translate |
Logical. If TRUE, translate to French |
line_size |
thickness of the mediat Ut line |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.