Learn R Programming

popbio (version 2.4.4)

reproductive.value: Stable stage distribution

Description

Calculates the reproductive values of a projection matrix

Usage

reproductive.value(A)

Arguments

A

A projection matrix

Value

A vector containing the reproductive values scaled so v[1]=1

Details

see section 4.5 in Caswell (2001).

References

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

Examples

Run this code
# NOT RUN {
data(teasel)
v<-reproductive.value(teasel)
v
dotchart(log10(v), pch=16, xlab="Reproductive value (log10)")

# }

Run the code above in your browser using DataLab