Learn R Programming

primer (version 0.1)

stagedat: 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)

Arguments

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

Run this code
data(stagedat)
table(stagedat$Y2004)

Run the code above in your browser using DataLab