getYieldGearSize | R Documentation |
Calculates the total yield per gear, species, and size at each simulation time step.
Calculate the total yield per gear and size from a therMizerSim
object
getYieldGearSize(object, ...)
## S4 method for signature 'therMizerSim'
getYieldGearSize(object, ...)
object |
An object of class |
An array containing the total yield (time x gear x species x size)
getYield
## Not run:
data(NS_species_params_gears)
data(inter)
params <- therMizerParams(NS_species_params_gears, inter)
# With constant fishing effort for all gears for 20 time steps
sim <- project_therMizer(params, t_max = 20, effort = 0.5)
getYieldGear(sim)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.