gpsdata03 {TrackReconstruction}R Documentation

GPS raw data

Description

Complete gps file for northern fur seal track in the Bering Sea. Data taken by a wildlife computers mk10-F tag. georef1min03 is the complementary pseudotrack data for these gps points.

Usage

data(gpsdata03)

Format

A data frame with 57 observations on the following 3 variables.

DateTime

a character vector

Latitude

a numeric vector

Longitude

a numeric vector

Examples

data(gpsdata03)
head(gpsdata03);tail(gpsdata03)
str(gpsdata03)
plot(gpsdata03$Longitude,gpsdata03$Latitude)

[Package TrackReconstruction version 1.3 Index]