sc_vertex {silicate} | R Documentation |
Extract unique vertices
Description
Extract unique vertices
Usage
sc_vertex(x, ...)
## Default S3 method:
sc_vertex(x, ...)
## S3 method for class 'SC'
sc_vertex(x, ...)
## S3 method for class 'SC0'
sc_vertex(x, ...)
## S3 method for class 'ARC'
sc_vertex(x, ...)
## S3 method for class 'TRI'
sc_vertex(x, ...)
## S3 method for class 'TRI0'
sc_vertex(x, ...)
## S3 method for class 'PATH'
sc_vertex(x, ...)
## S3 method for class 'PATH0'
sc_vertex(x, ...)
## S3 method for class 'pslg'
sc_vertex(x, ...)
Arguments
x |
model |
... |
passed to methods |
Value
data frame of only the unique coordinates
Examples
sc_vertex(minimal_mesh)
sc_vertex(SC0(minimal_mesh))
[Package silicate version 0.7.1 Index]