| GpsCoordinates-class {geoelectrics} | R Documentation |
GPS Coordinates Class
Description
A class to handle gps coordinates.
Slots
addressaddress of the gps ascii file
exactdata frame that contains measured gps coordinates
relativerelative coordinates, normalized to (0,0)
lmlinear model of the measured gps coordinates
lmRelativelinear model of relative coordinates
See Also
Profile-class, ProfileSet-class,
adjustHeight, calcRelativeCoords
Examples
gpsCoordinates = new('GpsCoordinates', address = system.file('extdata/gps/p1.txt',
package='geoelectrics'))
data(sinkhole)
sinkhole@profiles[[1]]@gpsCoordinates
sinkhole@profiles[[1]]@gpsCoordinates@address
sinkhole@profiles[[1]]@gpsCoordinates@exact
sinkhole@profiles[[1]]@gpsCoordinates@lm
sinkhole@profiles[[1]]@gpsCoordinates@relative
sinkhole@profiles[[1]]@gpsCoordinates@lmRelative
[Package geoelectrics version 0.2.2 Index]