View source: R/reproductive.value.R
reproductive.value | R Documentation |
Calculates the reproductive values of a projection matrix
reproductive.value(A)
A |
A projection matrix |
see section 4.5 in Caswell (2001)
A vector containing the scaled reproductive values so v[1]=1
Chris Stubben
Caswell, H. 2001. Matrix population models: construction, analysis, and interpretation, Second edition. Sinauer, Sunderland, Massachusetts, USA.
v <- reproductive.value(teasel)
v
dotchart(log10(v), pch=16, xlab="Reproductive value (log10)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.