ibex {lomb} | R Documentation |
Rumen Temperature In An Alpine Ibex
Description
Telemetric measurements of rumen temperature in a free-living alpine ibex (Capra ibex) measured at unequal time intervals.
Usage
data(ibex)
Format
A data frame with 1201 observations on 3 variables.
- date
a character variable giving date and time of measurements.
- hours
a numerical variable giving hours elapsed since the first measurement.
- temp
a numerical variable giving rumen (stomach) temperature in degrees Celsius.
Source
A subset of data from Signer, C., Ruf, T., Arnold, W. (2011) Functional Ecology 25: 537-547.
Examples
data(ibex)
datetime <- as.POSIXlt(ibex$date)
plot(datetime,ibex$temp,pch=19,cex=0.3)
[Package lomb version 2.5.0 Index]