plot.BioeconomicSim: Summary plot for 'BioeconomicSim' objects.

View source: R/BioeconomicSim-class.R

plot.BioeconomicSimR Documentation

Summary plot for BioeconomicSim objects.

Description

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).

Usage

## S3 method for class 'BioeconomicSim'
plot(x, ...)

Arguments

x

A BioEconomicSim object

...

Additional plotting parameters. Currently unused.

Examples

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

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