Description Usage Format Source References Examples
Body condition (offspring.condition
) in 36 dung beetles (Onthophagus taurus) from 12 male
s each mated to 3 different virgin females.
1 |
A data frame with 36 observations on the following 2 variables.
id
a numeric vector
offspring.condition
a numeric vector
inferred from Kotiaho, J.S., L.W. Simmons, and J.L. Tomkins. 2001. Towards a resolution of the lek paradox. Nature 410: 684-686.
http://en.wikipedia.org/wiki/Dung_beetle
http://www.nature.com/nature/journal/v410/n6829/abs/410684a0.html
1 2 3 4 5 | data(DungBeetles)
str(DungBeetles)
xyplot(offspring.condition ~ factor(id), DungBeetles,
xlab='Dung Beetle',
ylab='offspring condition')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.