View source: R/generation.time.R
generation.time | R Documentation |
Calculates the generation time of a stage-classified matrix
generation.time(A, ...)
A |
projection matrix |
... |
additional items are passed to |
see section 5.3.5 in Caswell (2001).
Generation time. 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 net.reproductive.rate
for other age-specific traits
generation.time(whale)
## fertilities in last column
generation.time(teasel, r=1:6, c=6)
## Plot 3 from Calathea
sapply(calathea[9:12], generation.time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.