View source: R/plot_functions.R
plotStock | R Documentation |
Plot the biological outcomes for different allocation scenarios for a simulation
plotStock(sim, stock = "B")
sim |
A |
stock |
A |
#load in the model parameters data("seabass") R <- c(rep(23151200, 20), rep(757600, 20)) sim <- project(params, R = R) plotStock(sim) plotStock(sim, stock = "T") plotStock(sim, stock = "A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.