Learn R Programming

popbio (version 2.4.4)

stable.stage: Stable stage distribution

Description

Calculates the stable stage distribution of a projection matrix

Usage

stable.stage(A)

Arguments

A

A projection matrix

Value

A vector containing the stable stage distribution

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)
w<-stable.stage(teasel)
w
barplot( w,  col="green", ylim=c(0,1), las=1,
       ylab="Stable stage proportion", xlab="Stage class", main="Teasel")
box()

# }

Run the code above in your browser using DataLab