Learn R Programming

doolkit (version 1.42.2)

inclin: inclin

Description

Compute inclination i.e. the angle between triangles and the vertical plane in degrees, comprised between 0 and 180.

Usage

inclin(mesh)

Value

A numeric vector of inclination values for all the polygons of the mesh.

Arguments

mesh

object of class mesh3d

References

tools:::Rd_expr_doi("10.1371/journal.pone.0066142")Guy et al. (2013)

See Also

slope

Examples

Run this code
inclin <- inclin(dkmodel$cusp)
summary(inclin)

#render on a map:
dkmap(dkmodel$cusp, inclin, col = "inclin",
min.range = 0, max.range = 180, legend = TRUE)

Run the code above in your browser using DataLab