generation.time {popbio}R Documentation

Generation time

Description

Calculates the generation time of a stage-classified matrix

Usage

generation.time(T, F)

Arguments

T transition matrix
F fertility matrix

Details

see section 5.3.5 in Caswell (2001).

Value

Generation time

Author(s)

Chris Stubben

References

Caswell, H. 2001. Matrix population models: construction, analysis, and interpretation, Second edition. Sinauer, Sunderland, Massachusetts, USA.

See Also

see fundamental.matrix and net.reproductive.rate for other age-specific traits

Examples


data(whale)
generation.time(whale$T, whale$F)


[Package popbio version 1.1.11 Index]