popbio (version 2.8)

lambda: Population growth rate

Description

Calculates the population growth rate of a projection matrix

Usage

lambda(A)

Value

The dominant eigenvalue

Arguments

A

A projection matrix

Author

Chris Stubben

Details

see section 4.4 in Caswell (2001)

References

Caswell, H. 2001. Matrix population models: construction, analysis, and interpretation, Second edition. Sinauer, Sunderland, Massachusetts, USA.

See Also

eigen and pop.projection

Examples

Run this code
A <- matrix(c(0,0,2,.3,0,0,0,.6,0), nrow=3,byrow=TRUE)
lambda(A)
Re(eigen(A)$values)
sapply(hudsonia, lambda)

Run the code above in your browser using DataCamp Workspace