stable.stage: Stable stage distribution

View source: R/stable.stage.R

stable.stageR Documentation

Stable stage distribution

Description

Calculates the stable stage distribution of a projection matrix

Usage

stable.stage(A)

Arguments

A

A projection matrix

Details

see section 4.5 in Caswell (2001)

Value

A vector containing the stable stage distribution

Author(s)

Chris Stubben

References

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

Examples

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()


cstubben/popbio documentation built on April 2, 2024, 4:18 a.m.