getYield | R Documentation |
Calculates the total yield of each species across all gears at each simulation time step.
Calculate the total yield of each species from a therMizerSim
object
getYield(object, ...)
## S4 method for signature 'therMizerSim'
getYield(object, ...)
object |
An object of class |
An array containing the total yield (time x species)
getYieldGear
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.