
Calculate the rate at which biomass of each species is fished by each gear
Source:R/summary_methods.R
getYieldGear.RdThis yield rate is given in grams per year. It is calculated at each time step saved in the MizerSim object.
Value
If called with a MizerParams object, an array (gear x species) with the yield rate in grams per year from each gear for each species in the model. If called with a MizerSim object, an array (time x gear x species) containing the yield rate at each time step.
Details
For details of how the yield rate is defined see the help page of
getYield().
See also
Other summary functions:
getBiomass(),
getDiet(),
getGrowthCurves(),
getN(),
getSSB(),
getTrophicLevel(),
getTrophicLevelBySpecies(),
getYield()
Examples
yield <- getYieldGear(NS_sim)
dim(yield)
#> [1] 44 12 12
yield["1972", , "Herring"]
#> Sprat Sandeel N.pout Herring Dab Whiting
#> 0 0 0 80002050975 0 0
#> Sole Gurnard Plaice Haddock Cod Saithe
#> 0 0 0 0 0 0