Learn R Programming

silicate (version 0.2.0)

PATH0: Path model in structural form

Description

Structural form requires only tables 'object' and 'vertex'.

Usage

PATH0(x, ...)

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

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

Arguments

x

an object understood by silicate

...

ignored currently

Value

PATH0 model with tables 'object' and 'vertex'

Examples

Run this code
# NOT RUN {
(p <- PATH0(minimal_mesh))

p$object$topology_
# }

Run the code above in your browser using DataLab