Learn R Programming

popbio (version 1.0.1)

aq.trans: Annual transition data for Aquilegia in the southwestern US

Description

Transition data listing stages and fates from Aquilegia chrysantha in Fillmore Canyon, Organ Mountains, New Mexico, 1996-2003.

Usage

data(aq.trans)

Arguments

source

Data set owners: Brook Milligan, Chris Stubben, Allan Strand

Details

The five stage classes include seeds in the seed bank, new recruits or seedlings, small vegetative plants with 1 rosette, large vegetative plants with 2 or more rosettes, and flowering plants. Stage classes were assigned to census plants using a combination of status and size data recorded in the field. See demo(stage.classify) for more details.

See Also

aq.census

Examples

Run this code
data(aq.trans)

head(aq.trans,3)

sv<-table(aq.trans$stage, aq.trans$year)

sv

Run the code above in your browser using DataLab