fruitdat {primer} | R Documentation |
This data set provides the stage and number of fruits per individual in 2004.
data(fruitdat)
A data frame with 68 observations on the following 2 variables. Each row corresponds to an observation of one individual in 2004.
Stage
Y2004
Hank Stevens (HStevens@muohio.edu)
Berry, E.J., Gorchov, D.L., Endress, B.A., and Stevens, M.H.H. (2008) Source-sink dynamics within a plant population: the impact of substrate and herbivory on palm demography. Population Ecology, 50, 63–77.
Stevens. M.H.H. 2009 A Primer of Ecology with R. Use R! Series. Springer.
DemoBoot
, DemoInfo
, seeddat
, stagedat
data(fruitdat) with(fruitdat, table(Stage, Y2004))