sc_vertex: Extract unique vertices

View source: R/00_vertex.R

sc_vertexR 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))

silicate documentation built on Jan. 7, 2023, 1:15 a.m.