LizardSprint: Sprint Speeds in Canyon Lizards

Description Usage Format Source References Examples

Description

Sprint speeds in 34 canyon lizards (Sceloporous merriami) measured in successive years in Big Bend National Park.

Usage

1

Format

A data frame with 68 observations on the following 2 variables.

lizard

a numeric vector

speed

a numeric vector

Source

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.

References

http://en.wikipedia.org/wiki/Sceloporus_merriami

Examples

1
2
3
4
data(LizardSprint)
histogram(~speed, LizardSprint)
Lizard2 <- aggregate(speed ~ lizard, LizardSprint, mean)
histogram(~speed, Lizard2)

abd documentation built on May 2, 2019, 4:46 p.m.