net.reproductive.rate {popbio} | R Documentation |
Calculates the net reproductive rate of a stage classified matrix using the dominant eigenvalue of the matrix R.
net.reproductive.rate(T, F)
T |
transition matrix |
F |
fertility matrix |
see section 5.3.4 in Caswell (2001).
Net reproductive rate
Chris Stubben
Caswell, H. 2001. Matrix population models: construction, analysis, and interpretation, Second edition. Sinauer, Sunderland, Massachusetts, USA.
see fundamental.matrix
and generation.time
for other age-specific traits
data(whale) net.reproductive.rate(whale$T, whale$F)