seeddat {primer}R Documentation

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)

Format

A data frame with 400 observations on the following variable.

Y2004
a numeric vector

Author(s)

Hank Stevens (HStevens@muohio.edu)

Source

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

References

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

See Also

DemoBoot, DemoInfo, seeddat, stagedat

Examples

data(seeddat)
table(seeddat)

[Package primer version 0.1 Index]