Learn R Programming

silicate (version 0.7.0)

SC: The universal model

Description

The universal model SC is coordinates and binary relations between pairs of coordinates. This is purely an edge (or segment) model, with all higher level structures recorded as groupings of edges.

Usage

SC(x, ...)

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

# S3 method for TRI SC(x, ...)

# S3 method for pslg SC(x, ...)

Value

SC model with tables 'object', 'object_link_edge', 'edge', and 'vertex'

Arguments

x

input model

...

arguments passed to methods

Examples

Run this code
## we can produce a high quality triangulation from a low quality one
## see how the TRI edges are maintained (we can't yet filter out holes from DEL)
tri <- TRI(minimal_mesh)
plot(tri)
plot(SC(tri))

Run the code above in your browser using DataLab