Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

LizardBite

Bite Force in Collard Lizards


Description

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

Format

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

bite

force of bite (N)

territory

area of territory

Note

In the original publication (Lappin and Husak, 2005; Figure 3A), the data are presented in log-10 units. The data in LizardBite and in chapter 17, question 9 was back-transformed using e (i.e., exp()). To recover the data from the original publication, use 10^(log(LizardBite$territory)) and 10^(log(LizardBite$bite)).

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

str(LizardBite)
xyplot(territory ~ bite, LizardBite)

abd

The Analysis of Biological Data

v0.2-8
GPL-2
Authors
Kevin M. Middleton <middletonk@missouri.edu>, Randall Pruim <rpruim@calvin.edu>
Initial release
2015-07-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.