gpsdata03 {TrackReconstruction} | R Documentation |
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.
data(gpsdata03)
A data frame with 57 observations on the following 3 variables.
DateTime
a character vector
Latitude
a numeric vector
Longitude
a numeric vector
data(gpsdata03)
head(gpsdata03);tail(gpsdata03)
str(gpsdata03)
plot(gpsdata03$Longitude,gpsdata03$Latitude)