Learn R Programming

popbio (version 1.0.1)

aq.census: Annual census data for Aquilegia in the southwestern US

Description

Demography census data from Aquilegia chrysantha in Fillmore Canyon, Organ Mountains, New Mexico, 1996-2003.

Usage

data(aq.census)

Arguments

source

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

Details

This sample data set includes census data from 10 of the 15 total demography plots established in 1995. Please contact the data set owners to access the complete census data from 1995-2006.

See Also

aq.trans for annual transitions with stage and fate in same row

Examples

Run this code
data(aq.census)

sv<-table(aq.census$status, aq.census$year)



sv

stage.vector.plot(sv[-1,], prop=FALSE)

Run the code above in your browser using DataLab