Learn R Programming

silicate (version 0.2.0)

SC0: 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, ...)

# S3 method for default SC0(x, ...)

Arguments

x

an object understood by silicate

...

reserved for methods

Value

SC0 model with tables 'object' and 'vertex'

Examples

Run this code
# NOT RUN {
SC0(minimal_mesh)
SC0(minimal_mesh)
# }

Run the code above in your browser using DataLab