powered by
Calculates the yearly yield (biomass fished per year) for each species across all gears at each simulation time step.
getYield(sim)
An object of class MizerSim.
MizerSim
An array (time x species) containing the total yearly yield in grams.
getYieldGear()
Other summary functions: getBiomass(), getDiet(), getGrowthCurves(), getN(), getSSB(), getYieldGear()
getBiomass()
getDiet()
getGrowthCurves()
getN()
getSSB()
# NOT RUN { yield <- getYield(NS_sim) yield[c("1972", "2010"), c("Herring", "Cod")] # }
Run the code above in your browser using DataLab