Learn R Programming

primer (version 1.1.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

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

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
# NOT RUN {
data(stagedat)
table(stagedat$Y2004)
# }

Run the code above in your browser using DataLab