gpsdata02 {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.
This data set is used as an example in the Mapper
, GraphLimits
, GeoRef
, Splitter
and GeoReference
functions and in the vignette. georef1min02
is the complementary pseudotrack data for these gps points.
Usage
data(gpsdata02)
Format
A data frame with 276 observations on the following 3 variables.
DateTime
a character vector
Latitude
a numeric vector
Longitude
a numeric vector
Examples
data(gpsdata02)
head(gpsdata02);tail(gpsdata02)
str(gpsdata02)
plot(gpsdata02$Longitude,gpsdata02$Latitude)
[Package TrackReconstruction version 1.3 Index]