View source: R/net.reproductive.rate.R
net.reproductive.rate | R Documentation |
Calculates the net reproductive rate of a stage classified matrix using the dominant eigenvalue of the matrix R
net.reproductive.rate(A, ...)
A |
projection matrix |
... |
additional items are passed to |
Net reproductive rate. If the transition matrix is singular, then NA is returned.
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
net.reproductive.rate(whale)
## fertilities in last column
net.reproductive.rate(teasel, r=1:6, c=6)
## Plot 3 from Calathea - values are not the same as p. 105 in Caswell.
sapply(calathea[9:12], net.reproductive.rate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.