Temperature Change and Meal Size in Rattlesnakes
Rattlesnakes.RdTemperature change after a meal ( rattlesnakes (Crotalus durissus).
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.
Examples
str(Rattlesnakes)
#> 'data.frame':	17 obs. of  2 variables:
#>  $ meal.size  : num  0 0 0 12 14.5 23.3 27.1 29.3 20.8 22.2 ...
#>  $ temp.change: num  0.3 0.2 0.1 0.6 0.6 0.9 1 1 1.1 1.2 ...
xyplot(meal.size ~ temp.change, Rattlesnakes)