Description Usage Format Source References Examples
Sprint speeds in 34 canyon lizards (Sceloporous merriami) measured in successive years in Big Bend National Park.
1 |
A data frame with 68 observations on the following 2 variables.
lizard
a numeric vector
speed
a numeric vector
inferred from Huey, R.B. and A.E. Dunham. 1987. The repeatability of locomotor performance in natural populations of the lizard Sceloporus merriami. Evolution 42: 1116-1120.
http://en.wikipedia.org/wiki/Sceloporus_merriami
1 2 3 4 | data(LizardSprint)
histogram(~speed, LizardSprint)
Lizard2 <- aggregate(speed ~ lizard, LizardSprint, mean)
histogram(~speed, Lizard2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.