aq.trans {popbio} | R Documentation |
Transition data listing stages and fates from Aquilegia chrysantha in Fillmore Canyon, Organ Mountains, New Mexico, 1996-2003.
data(aq.trans)
A data frame with 1637 observations on the following 9 variables.
plot
year
plant
stage
seed
< recruit
< small
< large
< flower
. leaf
rose
fruits
fate
seed
< recruit
< small
< large
<
flower
< dead
rose2
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.
Data set owners: Brook Milligan, Chris Stubben, Allan Strand
data(aq.trans) head(aq.trans,3) sv<-table(aq.trans$stage, aq.trans$year) sv