Learn R Programming

primer (version 0.1)

ClostExp: Closterium population data

Description

Data set from an experiment testing whether trophic heterogeneity influences long term population sizes.

Usage

data(ClostExp)

Arguments

source

Stevens, M. H. H. and C. E. Steiner. 2006. Effects of predation and nutrient enrichment on a food web with edible and inedible prey. Freshwater Biology 51:666--671.

References

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

Examples

Run this code
data(ClostExp)
library(lattice)
xyplot(log10(No.per.ml) ~ Day|Nutrients, data=ClostExp, groups=rep, type='l')

Run the code above in your browser using DataLab