Description Usage Format Source Examples
Experimental manipulation of testosterone levels in male Red-winged Blackbirds (Agelaius phoeniceus) and resulting changes in antibody levels
1 |
A data frame with 13 observations on the following 6 variables.
beforea numeric vector
aftera numeric vector
log.beforea numeric vector
log.aftera numeric vector
diff.in.logsa numeric vector
diffa numeric vector
Hasselquist, D., J.A. Marsh, P.W. Sherman, and J.C. Wingfield. 1999. Is avian immunocompetence suppressed by testosterone? Behavioral Ecology and Sociobiology 45: 167-175.
1 2 3 4 5 6 | data(Blackbirds)
Blackbirds
xyplot(log.after ~ log.before, data = Blackbirds,
ylab = "log Antibody production after implant",
xlab = "log Antibody production before implant"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.