powered by
TRI0 creates a constrained triangulation using 'ear-cutting', or 'ear-clipping' of polygons.
TRI0(x, ...)# S3 method for default TRI0(x, ...)# S3 method for TRI TRI0(x, ...)# S3 method for PATH0 TRI0(x, ...)# S3 method for PATH TRI0(x, ...)
# S3 method for default TRI0(x, ...)
# S3 method for TRI TRI0(x, ...)
# S3 method for PATH0 TRI0(x, ...)
# S3 method for PATH TRI0(x, ...)
object understood by silicate (sf, sp, a silicate model, etc.)
currently unused
TRI0 model with tables 'object', 'vertex'
Ear-cutting is inherently path-based, so this model is only available for path-based structures, like simple features, PATH(), PATH0() and ARC().
PATH()
PATH0()
ARC()
# NOT RUN { tri <- TRI0(minimal_mesh) print(tri) plot(tri) # }
Run the code above in your browser using DataLab