leslie {FLCore}R Documentation

Method for calculating Leslie matrix dynamics of an FLBiol object

Description

For an FLBiol object with the natural mortality-at-age, fecundity and spwn data present in the object.

Usage

leslie(object, ...)

Arguments

object An object of type FLBiol-class.
... Extra arguments accepted by each implementation.

Details

Usual Leslie matrix type dynamics for ab FLBiol object.

Value

An object of class FLBiol-class.

Author(s)

FLR Team

See Also

FLBiol-class

Examples

## Not run: 
data(ple4biol)
ple4.l <- leslie(ple4.biol,plusgroup=FALSE)
## End(Not run)

[Package FLCore version 2.2 Index]