powered by
Compute the elevation (z component of triangle barycenter).
elev(mesh, origin = TRUE)
A numeric vector of elevation values for all the polygons of the mesh.
object of class mesh3d
logical, if TRUE the z of the mesh is adjusted so that the lowest z = 0 (see dkorigin)
dkorigin
inclin
rfi
slope
elev <- elev(dkmodel$cusp) summary(elev) #render on a map: dkmap(dkmodel$cusp, elev)
Run the code above in your browser using DataLab