DaphniaResistance {abd}R Documentation

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)
	)

[Package abd version 0.2-8 Index]