HornedLizards {abd}R Documentation

Horn Length and Predation Status of Horned Lizards

Description

Squamosal horn length (mm; horn.length) and predation status (group; living or killed) for 184 horned lizards (Phrynosoma mcalli).

Format

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

horn.length

a numeric vector

group

a numeric vector

Source

Young, K.V., E.D. Brodie, Jr., and E.D. Brodie, III. 2004. How the horned lizard got its horns. Science 304: 65.

References

http://www.sciencemag.org/cgi/pdf_extract/304/5667/65

Examples

str(HornedLizards)

histogram(~horn.length | group, HornedLizards,
  layout=c(1,2),
  xlab="Horn Length (mm)")

[Package abd version 0.2-8 Index]