gpsdata26 {TrackReconstruction} | R Documentation |
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. georef1min26
is the complementary pseudotrack data for these gps points.
data(gpsdata26)
A data frame with 9 observations on the following 3 variables.
DateTime
a character vector
Latitude
a numeric vector
Longitude
a numeric vector
data(gpsdata26)
head(gpsdata26);tail(gpsdata26)
str(gpsdata26)
plot(gpsdata26$Longitude,gpsdata26$Latitude)