Learn R Programming

geoelectrics (version 0.2.2)

RawData-class: 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.

Arguments

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

Run this code
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

Run the code above in your browser using DataLab