R/summary_methods.R
getYieldGear.RdCalculates the total yield per gear and species at each simulation time step.
getYieldGear(sim)
| sim | An object of class |
|---|
An array containing the total yield (time x gear x species)
Other summary functions:
getBiomass(),
getDiet(),
getGrowthCurves(),
getN(),
getSSB(),
getYield()
if (FALSE) { data(NS_species_params_gears) data(inter) params <- newMultispeciesParams(NS_species_params_gears, inter) # With constant fishing effort for all gears for 20 time steps sim <- project(params, t_max = 20, effort = 0.5) getYieldGear(sim) }