Learn R Programming

geoelectrics (version 0.2.2)

getHeightInformation: 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 ProcessedData getHeightInformation(object)

Value

data frame containing distances and heights along the profile

Arguments

object

a single Profile.

See Also

GpsCoordinates-class, Profile-class, ProcessedData-class

Examples

Run this code
data(sinkhole)

getHeightInformation(sinkhole@profiles[[1]]@processedData)

Run the code above in your browser using DataLab