TRI | R Documentation |
TRI creates a constrained triangulation using 'ear-cutting', or 'ear-clipping' of
polygons. The model is a 'relational' form in that the underlying tables are
linked implicitly by unique identifiers.
Ear-cutting is inherently path-based, so this model is only available for
path-based structures, like simple features, PATH()
, PATH0()
and ARC()
.
TRI(x, ...)
## S3 method for class 'sfc_GEOMETRYCOLLECTION'
TRI(x, ...)
## S3 method for class 'TRI'
plot(x, ..., add = FALSE)
x |
object understood by silicate (sf, sp, a silicate model, etc.) |
... |
current unused |
add |
logical create new plot (default), or add to existing |
TRI model with tables 'object', 'triangle', 'vertex'
tri <- TRI(minimal_mesh)
plot(tri)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.