Learn R Programming

diveMove (version 0.7-2)

dives: Sample TDR data from a fur seal

Description

This data set is meant to show the typical organization of a TDR *.csv file, suitable as input for readTDR, or to construct a TDR object. divesTDR and divesTDRcalibrate are example TDR and TDRcalibrate objects.

Arguments

format

A comma separated value (csv) file with 69560 TDR readings with the following columns:

date{date}

time{time}

depth{depth in m}

light{light level}

temperature{temperature in C}

speed{speed in m/s}

The data are also provided as a TDR object (*.RData format) for convenience.

source

Sebastian P. Luque, Christophe Guinet, John P.Y. Arnould

Details

The data are a subset of an entire TDR record, so they are not meant to make valid inferences from this particular individual/deployment.

divesTDR is a TDR object representation of the data in dives.

divesTDRcalibrate is a TDRcalibrate object representing the data in dives, calibrated at default criteria (see calibrateDepth), and 3 m offset.

See Also

readTDR