getEffort {mizer} | R 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))
[Package mizer version 2.5.1 Index]