ssn: Method ssn

Description Generic function Methods Author(s) See Also Examples

Description

Returns the Spawning Stock Numbers of FLBiol objects.

Generic function

ssn(object)

Methods

signature(object=FLBiol) :

For a given 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.

Author(s)

The FLR Team

See Also

FLComp FLStock

Examples

1
2
3
4
5
## Not run: 
 data(ple4.biol)
 ssn(ple4.biol)

## End(Not run)

FLCore documentation built on May 2, 2019, 5:46 p.m.