powered by
Calculates the population growth rate of a projection matrix
lambda(A)
The dominant eigenvalue
A projection matrix
Chris Stubben
see section 4.4 in Caswell (2001)
Caswell, H. 2001. Matrix population models: construction, analysis, and interpretation, Second edition. Sinauer, Sunderland, Massachusetts, USA.
eigen and pop.projection
eigen
pop.projection
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 DataLab