Function for plotting time series of catch biomass
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | plot_catch(
model,
CI = 0.8,
plot_CI = TRUE,
Stock_name = NULL,
plot_obs = TRUE,
base_size = 18,
path_size = 1.5,
colour = "blue",
point_size = 2,
alpha = 0.4,
scales = "fix",
add_MSY = TRUE,
MSY_path_size = 1,
MSY_path_colour = "orange",
MSY_path_linetype = "dashed"
)
|
model |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.