powered by
Compute inclination i.e. the angle between triangles and the vertical plane in degrees, comprised between 0 and 180.
inclin(mesh)
A numeric vector of inclination values for all the polygons of the mesh.
object of class mesh3d
tools:::Rd_expr_doi("10.1371/journal.pone.0066142")Guy et al. (2013)
slope
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