GpsCoordinates-class {geoelectrics} | R Documentation |
A class to handle gps coordinates.
address
address of the gps ascii file
exact
data frame that contains measured gps coordinates
relative
relative coordinates, normalized to (0,0)
lm
linear model of the measured gps coordinates
lmRelative
linear model of relative coordinates
Profile-class
, ProfileSet-class
,
adjustHeight
, calcRelativeCoords
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