powered by
Telemetric measurements of rumen temperature in a free-living alpine ibex (Capra ibex) measured at unequal time intervals.
data(ibex)
A data frame with 1201 observations on 3 variables.
a character variable giving date and time of measurements.
a numerical variable giving hours elapsed since the first measurement.
a numerical variable giving rumen (stomach) temperature in degrees Celsius.
data(ibex) datetime <- as.POSIXlt(ibex$date) plot(datetime,ibex$temp,pch=19,cex=0.3)
Run the code above in your browser using DataLab