
Last chance! 50% off unlimited learning
Sale ends in
Calculates the yearly yield (biomass fished per year) per gear and species at each simulation time step.
getYieldGear(sim)
An object of class MizerSim
.
An array (time x gear x species) containing the yearly yield in grams.
Other summary functions:
getBiomass()
,
getDiet()
,
getGrowthCurves()
,
getN()
,
getSSB()
,
getYield()
# NOT RUN {
yield <- getYieldGear(NS_sim)
yield["1972", "Herring", "Herring"]
# (In this example MizerSim object each species was set up with its own gear)
# }
Run the code above in your browser using DataLab