hr {habtools} | R Documentation |
Calculate height range
Description
Calculates the distance between the lowest and highest point in a 3D object.
Usage
hr(data)
Arguments
data |
A RasterLayer or mesh3d object. |
Value
Value of height range.
Examples
# for a DEM
hr(horseshoe)
# for a 3D mesh
hr(mcap)
[Package habtools version 1.0.5 Index]