shud.triangle | R Documentation |
shud.triangle
Generate triangle mesh domain
shud.triangle
shud.triangle(wb, dem = NULL, riv = NULL, hole = NULL, pts = NULL, q = 30, ...)
wb |
SpatialPolygon or SpatialLines which define the watershed boundary |
dem |
Elevation data. |
riv |
SpatialLines of river network, optional |
pts |
Extra pts to build triangular mesh. |
q |
minimum angle of triangle |
... |
more options in RTriangle::triangulate() |
lake |
SpatialPolygon of lake. |
A object with class triangulation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.