Learn R Programming

abd (version 0.1-22)

LizardSprint: Sprint Speeds in Canyon Lizards

Description

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

Usage

data(LizardSprint)

Arguments

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

Run this code
data(LizardSprint)
histogram(~speed, LizardSprint)
Lizard2 <- aggregate(speed ~ lizard, LizardSprint, mean)
histogram(~speed, Lizard2)

Run the code above in your browser using DataLab