Learn R Programming

primer (version 0.1)

fruitdat: Chamaedorea Palm Fruit Data Set

Description

This data set provides the stage and number of fruits per individual in 2004.

Usage

data(fruitdat)

Arguments

source

E.J. Berry, 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

Run this code
data(fruitdat)
with(fruitdat, table(Stage, Y2004))

Run the code above in your browser using DataLab