| adjustHeight | R Documentation | 
Adjusts the height of a single profile (adds a delta value to ALL data points). This is necessary if GPS measurement heights of two profiles differ systematically.
adjustHeight(object, delta) ## S4 method for signature 'Profile' adjustHeight(object, delta)
| object | a single Profile. | 
| delta | positive or negative value. | 
adjusted profile
GpsCoordinates-class, Profile-class
p3 <- new(
  "Profile",
  title = "Profile 3",
  processedData =
    new("ProcessedData",
        address = system.file("extdata/processed/p3_DipolDipol_S-N.xyz",
                  package='geoelectrics')),
  rawData =
    new("RawData",
        address = system.file("extdata/raw/p3_DipolDipol_S-N.dat",
                  package='geoelectrics')),
  measurementType = "DipolDipol",
  gpsCoordinates =
    new("GpsCoordinates",
        address = system.file("extdata/gps/p3.txt",
                  package='geoelectrics'))
)
p3 <- adjustHeight(p3, -10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.