| RawData-class | 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.
addressaddress of the raw data ascii file.
pointsdata 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.