Learn R Programming

popbio (version 2.4.4)

teasel: Projection matrix for teasel

Description

Projection matrix for the plant teasel

Usage

data(teasel)

Arguments

Format

A projection matrix

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)
image2(teasel, mar=c(1,3.5,5,1) , box.offset=.1)
 title("Teasel projection matrix", line=2.5)
# fertilities for a monocarpic plant in a prebreeding census in last column
splitA(teasel,  r=1:6, c=6)
lambda(teasel)



# }

Run the code above in your browser using DataLab