ibex | R Documentation |
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.
A subset of data from Signer, C., Ruf, T., Arnold, W. (2011) Functional Ecology 25: 537-547.
data(ibex)
datetime <- as.POSIXlt(ibex$date)
plot(datetime,ibex$temp,pch=19,cex=0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.