Learn R Programming

SMPracticals (version 1.4-3.1)

beaver: Body Temperatures for a Female Beaver

Description

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.

Usage

data(beaver)

Arguments

Format

A data frame with 100 observations on the following 4 variables.

day

Day number

time

Time of day (hhmm)

temp

Body temperature (degrees Celsius)

activ

Indicator of activity outside the lodge

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 266.

Examples

Run this code
data(beaver)
plot(beaver$temp,type="l",xlab="Time",ylab="Temperature")

Run the code above in your browser using DataLab