Learn R Programming

abd (version 0.1-22)

LizardBite: Bite Force in Collard Lizards

Description

Bite force (N) and territory area in 11 male collared lizards (Crotaphytus collaris).

Usage

data(LizardBite)

Arguments

source

Lappin, A. K., and J. F. Husak. 2005. Weapon performance, not size, determines mating success and potential reproductive output in the collared lizard (Crotaphytus collaris). The American Naturalist 166: 426-436.

Examples

Run this code
data(LizardBite)
str(LizardBite)
xyplot(territory ~ bite, LizardBite)

Run the code above in your browser using DataLab