Learn R Programming

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

Format

A data frame with 68 observations on the following 2 variables. Each row corresponds to an observation of one individual in 2004.

Stage

a numeric vector; the life history stage of the palm.

Y2004

a numeric vector; the number of fruits produced by an individual.

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(fruitdat)
with(fruitdat, table(Stage, Y2004))
# }

Run the code above in your browser using DataLab