generation.time {popbio} | R Documentation |
Calculates the generation time of a stage-classified matrix
generation.time(T, F)
T |
transition matrix |
F |
fertility matrix |
see section 5.3.5 in Caswell (2001).
Generation time
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
data(whale) generation.time(whale$T, whale$F)