powered by
Calculates the population growth rate of a projection matrix
lambda(A)
A projection matrix
The dominant eigenvalue
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
# NOT RUN { A<-matrix(c(0,0,2,.3,0,0,0,.6,0), nrow=3,byrow=TRUE) lambda(A) # third Re(eigen(A)$values) data(hudsonia) sapply(hudsonia, lambda) # }
Run the code above in your browser using DataLab