RawData-class {geoelectrics} | R Documentation |
A class to handle geoelectrics raw data.
The raw data class parses .dat files provided by the GeoTest software by Dr. Rauen.
If you want to use another format, overwrite the parseRawDataFile
method.
address
address of the raw data ascii file.
points
data frame that contains raw data resistance values and their positions (distance and depth).
parseRawDataFile
, Profile-class
, ProfileSet-class
rawData = new('RawData', address = system.file('extdata/raw/p1_DipolDipol_SW-NE.dat',
package='geoelectrics'))
data(sinkhole)
sinkhole@profiles[[2]]@rawData
sinkhole@profiles[[2]]@rawData@address
sinkhole@profiles[[2]]@rawData@points