
Calculates the spawning stock biomass (SSB) through time of the species in
the MizerSim
class. SSB is calculated as the total mass of all mature
individuals.
getSSB(sim)
An object of class MizerSim
.
An array (time x species) containing the SSB in grams.
Other summary functions:
getBiomass()
,
getDiet()
,
getGrowthCurves()
,
getN()
,
getYieldGear()
,
getYield()
# NOT RUN {
ssb <- getSSB(NS_sim)
ssb[c("1972", "2010"), c("Herring", "Cod")]
# }
Run the code above in your browser using DataLab