Function for plotting time-series of stock biomass
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | plot_stock_biomass(
model,
CI = 0.8,
plot_CI = TRUE,
Stock_name = NULL,
base_size = 18,
path_size = 1.5,
colour = "blue",
point_size = 2,
alpha = 0.4,
scales = "fix",
add_MSY = FALSE,
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.