getHeightInformation {geoelectrics} | R Documentation |
Returns the heights for certain distances along the profile (topography information).
getHeightInformation(object)
## S4 method for signature 'ProcessedData'
getHeightInformation(object)
object |
a single Profile. |
data frame containing distances and heights along the profile
GpsCoordinates-class
, Profile-class
,
ProcessedData-class
data(sinkhole)
getHeightInformation(sinkhole@profiles[[1]]@processedData)