Learn R Programming

silicate (version 0.7.1)

sc_vertex: Extract unique vertices

Description

Extract unique vertices

Usage

sc_vertex(x, ...)

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

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

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

# S3 method for ARC sc_vertex(x, ...)

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

# S3 method for TRI0 sc_vertex(x, ...)

# S3 method for PATH sc_vertex(x, ...)

# S3 method for PATH0 sc_vertex(x, ...)

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

Value

data frame of only the unique coordinates

Arguments

x

model

...

passed to methods

Examples

Run this code
sc_vertex(minimal_mesh)
sc_vertex(SC0(minimal_mesh))

Run the code above in your browser using DataLab