Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

DaphniaResistance

Daphnia Resistance to Cyanobacteria


Description

Resistance of Daphnia eggs to different levels of cyanobacteria (cyandensity) from 1962-1997.

Format

A data frame with 32 observations on the following 2 variables.

density

a factor with levels: high, low, and med

resistance

a numeric vector

Source

inferred from Hairston, N.G., Jr., W. Lampert, C.E. Cáceres, C.L. Holtmeier, L.J. Weider, U. Gaedke, J.M. Fischer, J.A. Fox, and D.M. Post. 1999. Dormant eggs record rapid evolution. Nature 401: 446.

Examples

str(DaphniaResistance)


bwplot(resistance ~ density, DaphniaResistance)
# with such a small data set, we can display all the data
# rather than a summary
xyplot(resistance ~ density, DaphniaResistance)
histogram( ~ resistance| density, DaphniaResistance,
	strip=FALSE, strip.left = TRUE,
	layout=c(1,3)
	)

abd

The Analysis of Biological Data

v0.2-8
GPL-2
Authors
Kevin M. Middleton <middletonk@missouri.edu>, Randall Pruim <rpruim@calvin.edu>
Initial release
2015-07-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.