Learn R Programming

mvcwt (version 1.3.1)

lrlake: Little Rock Lake zooplankton dataset

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.

Arguments

Format

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

References

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

Examples

Run this code
# NOT RUN {
data(lrlake)
x = subset(lrlake, Basin == "Reference", LRL.Day)
y = subset(lrlake, Basin == "Reference", -(1:8))
matplot(x, y, type = "l", lty = 1)
# }

Run the code above in your browser using DataLab