| ssn {FLCore} | R Documentation |
Returns the Spawning Stock Numbers of FLBiol-class objects.
ssn(object)
FLBiol object, the spawning stock numbers are calculated
as follows:
SSN = sum(n * fec * exp(-spwn * m))
In Leslie matrix type models it is the spawning stock * numbers birthed (realised fecundity) that is the key recruitment driver, not SSB.
The FLR Team
## Not run: data(ple4.biol) ssn(ple4.biol) ## End(Not run)