| leslie {FLCore} | R Documentation |
For an FLBiol object with the natural mortality-at-age, fecundity and spwn data
present in the object.
leslie(object, ...)
object |
An object of type FLBiol-class. |
... |
Extra arguments accepted by each implementation. |
Usual Leslie matrix type dynamics for ab FLBiol object.
An object of class FLBiol-class.
FLR Team
## Not run: data(ple4biol) ple4.l <- leslie(ple4.biol,plusgroup=FALSE) ## End(Not run)