| GpsCoordinates-class | R Documentation |
A class to handle gps coordinates.
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
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.