plotEconomicImpact: Plot the economic impact for a simulation for commercial and...

plotEconomicImpactR Documentation

Plot the economic impact for a simulation for commercial and recreational fishing.

Description

Plot the economic impact for a simulation for commercial and recreational fishing.

Usage

plotEconomicImpact(sim, fleet = "B")

Arguments

sim

A BioEconomicSim object.

fleet

A character specifying which fleet to plot. This should be one of "C" to plot the commercial fleet, "R" to plot the recreational fleet, "T" to plot the total GVA, or "B" to plot both fleets on the same axis.

Examples

#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")


CefasRepRes/FishRAM documentation built on Feb. 1, 2023, 1:15 a.m.