lrlake: Little Rock Lake zooplankton dataset

Description Format Source References Examples

Description

Contains time series for 10 dominant crustaceous species of zooplanking sampled from Little Rock Lake, Wisconsin. Samples come from two basins: one treated to lower pH and the other an untreated reference.

Format

A data frame with 592 observations on the following 18 variables.

Source

http://lter.limnology.wisc.edu/

References

Keitt, T. H. 2008. Coherent ecological dynamics induced by large-scale disturbance. Nature 454:331-4. doi:10.1038/nature06935.

Examples

1
2
3
4
data(lrlake)
x = subset(lrlake, Basin == "Reference", LRL.Day)
y = subset(lrlake, Basin == "Reference", -(1:8))
matplot(x, y, type = "l", lty = 1)

Example output



mvcwt documentation built on May 2, 2019, 1:59 p.m.