Learn R Programming

lomb (version 2.5.0)

ibex: 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)

Arguments

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.

Examples

Run this code
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