powered by
Calculates the yearly yield (biomass fished per year) per gear and species at each simulation time step.
getYieldGear(sim)
An object of class MizerSim.
MizerSim
An array (time x gear x species) containing the yearly yield in grams.
getYield()
Other summary functions: getBiomass(), getDiet(), getGrowthCurves(), getN(), getSSB(), getYield()
getBiomass()
getDiet()
getGrowthCurves()
getN()
getSSB()
# 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