plotActivity: Plot the activity (number of trips) for a simulation. Under...

plotActivityR Documentation

Plot the activity (number of trips) for a simulation. Under the assumption that recreational and commercial fishers usually conduct daytrips, this indicator can be used as an effort measure.

Description

Plot the activity (number of trips) for a simulation. Under the assumption that recreational and commercial fishers usually conduct daytrips, this indicator can be used as an effort measure.

Usage

plotActivity(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, 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)
plotActivity(sim)
plotActivity(sim, fleet = "R")
plotActivity(sim, fleet = "C")

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