reproductive.value: Reproductive value

Description Usage Arguments Details Value Author(s) References Examples

View source: R/reproductive.value.R

Description

Calculates the reproductive values of a projection matrix

Usage

1

Arguments

A

A projection matrix

Details

see section 4.5 in Caswell (2001)

Value

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

Author(s)

Chris Stubben

References

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

Examples

1
2
3
v <- reproductive.value(teasel)
v
dotchart(log10(v), pch=16, xlab="Reproductive value (log10)")

popbio documentation built on March 26, 2020, 8:44 p.m.