GpsCoordinates-class: GPS Coordinates Class

GpsCoordinates-classR Documentation

GPS Coordinates Class

Description

A class to handle gps coordinates.

Slots

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

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

kleebaum/geoelectrics documentation built on Feb. 5, 2023, 5:01 a.m.