Learn R Programming

diveMove (version 1.2.7)

sealLocs: Ringed and Gray Seal ARGOS Satellite Location Data

Description

Satellite locations of a gray (Stephanie) and a ringed (Ringy) seal caught and released in New York.

Arguments

source

WhaleNet Satellite Tracking Program http://whale.wheelock.edu/Welcome.html.

See Also

readLocs, distSpeed.

Examples

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

Run the code above in your browser using DataLab