getEffort: Fishing effort used in simulation

View source: R/MizerSim-class.R

getEffortR Documentation

Fishing effort used in simulation

Description

Note that the array returned may not be exactly the same as the effort argument that was passed in to project(). This is because only the saved effort is stored (the frequency of saving is determined by the argument t_save).

Usage

getEffort(sim)

Arguments

sim

A MizerSim object

Value

An array (time x gear) that contains the fishing effort by time and gear.

Examples

str(getEffort(NS_sim))

mizer documentation built on April 26, 2023, 5:12 p.m.