getYieldSize: Calculate the total yield of each species by size

getYieldSizeR Documentation

Calculate the total yield of each species by size

Description

Calculates the total yield of each species at size across all gears at each simulation time step.

Calculate the total yield of each species at size from a therMizerSim object

Usage

getYieldSize(object, ...)

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

Arguments

object

An object of class therMizerSim.

Value

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

See Also

getYieldGear

Examples

## Not run: 
data(NS_species_params_gears)
data(inter)
params <- therMizerParams(NS_species_params_gears, inter)
sim <- project_therMizer(params, effort=1, t_max=10)
y <- getYield(sim)

## End(Not run)

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