getYieldGearN: Calculate the total yield in numbers per gear and species

getYieldGearNR Documentation

Calculate the total yield in numbers per gear and species

Description

Calculates the total yield in numbers per gear and species at each simulation time step.

Calculate the total yield per gear from a therMizerSim object

Usage

getYieldGearN(object, ...)

## S4 method for signature 'therMizerSim'
getYieldGearN(object, ...)

Arguments

object

An object of class therMizerSim.

Value

An array containing the total yield (time x gear x species)

See Also

getYield

Examples

## 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)
getYieldGearN(sim)

## End(Not run)

pwoodworth-jefcoats/Size-Based-Modeling documentation built on Sept. 15, 2023, 8:13 a.m.