Rattlesnakes: Temperature Change and Meal Size in Rattlesnakes

Description Usage Format Source References Examples

Description

Temperature change after a meal (% of body mass) in 17 South American rattlesnakes (Crotalus durissus).

Usage

1

Format

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

meal.size

a numeric vector

temp.change

a numeric vector

Source

Tattersall, G.J., W.K. Milsom, A.S. Abe, S.P. Brito, and D.V. Andrade. 2004. The thermogenesis of digestion in rattlesnakes. Journal of Experimental Biology 207: 579-585.

References

http://jeb.biologists.org/cgi/content/abstract/207/4/579

Examples

1
2
3
data(Rattlesnakes)
str(Rattlesnakes)
xyplot(meal.size ~ temp.change, Rattlesnakes)

abd documentation built on May 2, 2019, 4:46 p.m.