View source: R/BioeconomicSim-class.R
plot.BioeconomicSim | R Documentation |
BioeconomicSim
objects.After running a simulation, produces 6 plots: stock size, activity (commercial fleet), activity (recreational fleet), economic impact (total across both fleets), economic impact (commercial fleet), economic impact (recreational fleet).
## S3 method for class 'BioeconomicSim' plot(x, ...)
x |
A |
... |
Additional plotting parameters. Currently unused. |
#loads in the relevant parameters data("seabass") # Runs the simulation with 20 years of high recruitment followed by 20 years of low recruitment R <- c(rep(23151200, 20), rep(757600, 20)) sim <- project(params, R = R) plot(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.