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.
before
a numeric vector
after
a numeric vector
log.before
a numeric vector
log.after
a numeric vector
diff.in.logs
a numeric vector
diff
a 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.