sc_segment: Given a 'PATH" model decompose to 1-dimensional primitives...

View source: R/00_segment.R

sc_segmentR Documentation

Given a 'PATH“ model decompose to 1-dimensional primitives (or 0-dimensional).

Description

Given a 'PATH“ model decompose to 1-dimensional primitives (or 0-dimensional).

Usage

sc_segment(x, ...)

## Default S3 method:
sc_segment(x, ...)

## S3 method for class 'PATH'
sc_segment(x, ...)

Arguments

x

input object

...

arguments passed to methods

Value

data frame of the segments, each occurence of an edge and its order

Examples

sc_segment(SC(minimal_mesh))

mdsumner/sc documentation built on Jan. 16, 2024, 2:03 a.m.