Learn R Programming

TrackReconstruction (version 1.3)

gpsdata95: 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. This data set is used as an example in the Mapper function. georef1min95 is the complementary pseudotrack data for these gps points.

Usage

data(gpsdata95)

Arguments

Format

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

DateTime

a character vector

Latitude

a numeric vector

Longitude

a numeric vector

Examples

Run this code
# NOT RUN {
data(gpsdata95)
head(gpsdata95);tail(gpsdata95)
str(gpsdata95)
plot(gpsdata95$Longitude,gpsdata95$Latitude)
# }

Run the code above in your browser using DataLab