getHeightInformation {geoelectrics} | R Documentation |
Gets the Height Information for a Profile
Description
Returns the heights for certain distances along the profile (topography information).
Usage
getHeightInformation(object)
## S4 method for signature 'ProcessedData'
getHeightInformation(object)
Arguments
object |
a single Profile. |
Value
data frame containing distances and heights along the profile
See Also
GpsCoordinates-class
, Profile-class
,
ProcessedData-class
Examples
data(sinkhole)
getHeightInformation(sinkhole@profiles[[1]]@processedData)
[Package geoelectrics version 0.2.2 Index]