gpsdata01 {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.
georef1min01
is the complementary pseudotrack data for these gps points.
Usage
data(gpsdata01)
Format
A data frame with 233 observations on the following 3 variables.
DateTime
a character vector
Latitude
a numeric vector
Longitude
a numeric vector
Examples
data(gpsdata01)
head(gpsdata01);tail(gpsdata01)
str(gpsdata01)
plot(gpsdata01$Longitude,gpsdata01$Latitude)
[Package TrackReconstruction version 1.3 Index]