SC0 {silicate} | R Documentation |
Pure edge model, structural form
Description
SC0
is the simplest and most general of all silicate models. Composed of
an object
and vertex
table linked by nested vertex-index pairs.
Usage
SC0(x, ...)
## Default S3 method:
SC0(x, ...)
## S3 method for class 'pslg'
SC0(x, ...)
Arguments
x |
an object understood by silicate |
... |
reserved for methods |
Value
SC0 model with tables 'object' and 'vertex'
Examples
SC0(minimal_mesh)
SC0(minimal_mesh)
[Package silicate version 0.7.1 Index]