stable.stage | R Documentation |
Calculates the stable stage distribution of a projection matrix
stable.stage(A)
A |
A projection matrix |
see section 4.5 in Caswell (2001)
A vector containing the stable stage distribution
Chris Stubben
Caswell, H. 2001. Matrix population models: construction, analysis, and interpretation, Second edition. Sinauer, Sunderland, Massachusetts, USA.
w <- stable.stage(teasel)
w
barplot(w, col="green", ylim=c(0,1), las=1, main="Teasel",
ylab="Stable stage proportion", xlab="Stage class")
box()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.