Learn R Programming

mizer (version 2.5.3)

getEffort: 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)

Value

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

Arguments

sim

A MizerSim object

Examples

Run this code
str(getEffort(NS_sim))

Run the code above in your browser using DataLab