Learn R Programming

primer (version 1.2.0)

ClostExp: Closterium Population Data

Description

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

Arguments

Format

A data frame with 144 observations on the following 5 variables.

Nutrients

a factor with levels high low

No.per.ml

a numeric vector

Day

a numeric vector

rep

a factor with levels a b c d

ID

an ordered factor with levels a.low < d.low < c.low < b.low < c.high < a.high < d.high < b.high

References

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

Examples

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

# }

Run the code above in your browser using DataLab