inclin {doolkit} | R Documentation |
inclin
Description
Compute inclination i.e. the angle between triangles and the vertical plane in degrees, comprised between 0 and 180.
Usage
inclin(mesh)
Arguments
mesh |
object of class mesh3d |
Value
A numeric vector of inclination values for all the polygons of the mesh.
References
doi:10.1371/journal.pone.0066142Guy et al. (2013)
See Also
Examples
inclin <- inclin(dkmodel$cusp)
summary(inclin)
#render on a map:
dkmap(dkmodel$cusp, inclin, col = "inclin",
min.range = 0, max.range = 180, legend = TRUE)
[Package doolkit version 1.42.2 Index]