Creates a Leslie Matrix from a FLBRP object that represents a population at equilibrium

# S4 method for FLBRP
leslie(object, fbar = FLQuant(0), numbers = TRUE, ...)

Arguments

object

FLBRP

fbar

numeric F at whicj survival calculated

numbers

boolean numbers or biomass, numbers bt default

...

any other arguments

Value

matrix

See also

Examples

if (FALSE) {
eql=lhEql(lhPar(FLPar(linf=100)))
leslie(eql)
}