Learn R Programming

abd (version 0.2-8)

LizardBite: Bite Force in Collard Lizards

Description

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

Arguments

Format

A data frame with 11 observations on the following 2 variables.
bite
force of bite (N)
territory
area of territory

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
str(LizardBite)
xyplot(territory ~ bite, LizardBite)

Run the code above in your browser using DataLab