Learn R Programming

primer (version 1.1.1)

seeddat: Chamaedorea Palm Seed Data Set

Description

This data set provides the number of seeds per individual in 2004. These data are the fates of each seed in a sample of 400 seeds. Seeds may have germinated (2), remained viable (1), or died (0).

Usage

data(seeddat)

Arguments

Format

A data frame with 400 observations on the following variable.

Y2004

a numeric vector

References

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

See Also

DemoBoot, DemoInfo, seeddat, stagedat

Examples

Run this code
# NOT RUN {
data(seeddat)
table(seeddat)
# }

Run the code above in your browser using DataLab