Estimates population growth rate for a Leslie matrix

# S4 method for FLPar,missing
r(m, fec, ...)

Arguments

m

FLPar

fec

missing

...

any other arguments

Value

FLPar with growth rate a small population size

See also

Examples

if (FALSE) {
library(popbio)
eql=lhEql(lhPar(FLPar(linf=100)))
L=leslie(eql)
lambda(L[drop=TRUE])
}