beaver | R Documentation |
Data comprise 100 consecutive elemetric measurements of the body temperature of a female beaver, at 10-minute intervals. The animal remained in its lodge for the first 38 recordings, and then went outside.
data(beaver)
A data frame with 100 observations on the following 4 variables.
Day number
Time of day (hhmm)
Body temperature (degrees Celsius)
Indicator of activity outside the lodge
Reynolds, P. S. (1994) Time-series analyses of beaver body temperatures. In Case Studies in Biometry, eds N. Lange, L. Ryan, L. Billard, D. R. Brillinger, L. Conquest and J. Greenhouse, pp. 211–228. New York: Wiley.
Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 266.
data(beaver)
plot(beaver$temp,type="l",xlab="Time",ylab="Temperature")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.