| Profile-class | R Documentation |
A class to handle a single profile.
titletitle of the profile (e.g. Profile 1).
numberindex of the profile.
processedDataobject of Processed Data Class (ProcessedData-class).
rawDataobject of Raw Data Class (RawData-class).
measurementTypetype of measurement (e.g. Dipole Dipole, Wenner, ...).
gpsCoordinatesobject of GpsCoordinates Class (GpsCoordinates-class).
ProcessedData-class, RawData-class,
GpsCoordinates-class, plot3d, plot
p1 <- new('Profile',
title = 'Profile 1',
processedData =
new('ProcessedData', address = system.file('extdata/processed/p1_DipolDipol_SW-NE.xyz',
package='geoelectrics')),
rawData =
new('RawData', address = system.file('extdata/raw/p1_DipolDipol_SW-NE.dat',
package='geoelectrics')),
measurementType = 'DipoleDipole',
gpsCoordinates =
new('GpsCoordinates', address = system.file('extdata/gps/p1.txt',
package='geoelectrics')))
p1@title
p1@processedData
p1@rawData
p1@measurementType
p1@gpsCoordinates
plot3d(p1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.