Learn R Programming

diveMove (version 1.1)

dives: Sample of TDR data from a fur seal

Description

This data set is meant to show a 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

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 as (see calibrateDepth):

calibrateDepth(divesTDR, dive.thr=3, zoc.method="filter", k=c(3, 5760), probs=c(0.5, 0.02), na.rm=TRUE) divesSummary is a data frame containing a summary of all dives in this dataset (see diveStats and stampDive for the information contained in this object.

See Also

readTDR, diveStats.

Examples

Run this code
dives <- read.csv(system.file(file.path("data", "dives.csv"),
                              package="diveMove"),
                  sep=";", na.strings="")
str(dives)

Run the code above in your browser using DataLab