| RawData-class {geoelectrics} | R Documentation | 
Raw Data Class
Description
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.
Slots
- address
- address of the raw data ascii file. 
- points
- data frame that contains raw data resistance values and their positions (distance and depth). 
See Also
parseRawDataFile, Profile-class, ProfileSet-class
Examples
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
[Package geoelectrics version 0.2.2 Index]