Learn R Programming

diveMove (version 1.2.6)

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 is an example TDR object.

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.

See Also

readTDR, diveStats.

Examples

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

Run the code above in your browser using DataLab