plotEconomicImpact | R Documentation |
Plot the economic impact for a simulation for commercial and recreational fishing.
plotEconomicImpact(sim, fleet = "B")
sim |
A |
fleet |
A |
#load in the model parameters data("seabass") R <- c(rep(23151200, 20), rep(757600, 20)) sim <- project(params, R = R) plotEconomicImpact(sim) plotEconomicImpact(sim, fleet = "T") plotEconomicImpact(sim, fleet = "C")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.