stagedat {primer}R Documentation

Chamaedorea Palm Vegetative Stage Data Set

Description

These stage data provide the stage of each individual in the study. Each row is an individual, and its ID number is in column 1. Data in columns 2-4 identify its stage in years 2003-2005.

Usage

data(stagedat)

Format

A data frame with 414 observations (414 individual plants) on the following 4 variables.

PalmNo
a numeric vector; plant ID number
Y2003
a numeric vector; stage of individual i in 2003
Y2004
a numeric vector; stage of individual i in 2004
Y2005
a numeric vector; stage of individual i in 2005

Author(s)

Hank Stevens (HStevens@muohio.edu)

Source

Berry, E.J.,Gorchov, D.L., Endress, B.A., and Stevens, M.H.H. Source-sink dynamics within a plant population: the impact of substrate and herbivory on palm demography. Population Ecology, 50:63–77, 2008.

References

Stevens. M.H.H. 2009. A Primer of Ecology with R. Use R! Series. Springer.

See Also

DemoBoot, DemoInfo, seeddat, fruitdat

Examples

data(stagedat)
table(stagedat$Y2004)

[Package primer version 0.1 Index]