Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GPSTrack-class

Class "GPSTrack"


Description

Objects representing GPS Track information, with separate slots for each of the geodetic coordinates and for time.

Objects from the Class

Objects can be created by calls of the form new("GPSTrack", ...), or read from a typical file by calling scanGPSTRACK().

Slots

latitude, longitude, elevation:

Objects of class "numeric" containing the coordinates of points on the track. A valid object requires these to be of the same length and suitable numeric ranges.

time:

Object of class "DateTime"; a valid object must have the same length as the coordinates.

See Also

scanGPSTrack for reading in this data; DateTime, the virtual class for the time information (usually "POSIXct" for the actual times.


SoDA

Functions and Examples for "Software for Data Analysis"

v1.0-6.1
GPL (>= 2)
Authors
John M Chambers
Initial release
2014-06-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.