Title: | What the Package Does (One Line, Title Case) |
---|---|
Description: | What the package does (one paragraph). |
Authors: | First Last [aut, cre] (YOUR-ORCID-ID) |
Maintainer: | First Last <[email protected]> |
License: | `use_mit_license()`, `use_gpl3_license()` or friends to pick a license |
Version: | 0.0.0.9000 |
Built: | 2024-11-05 02:41:43 UTC |
Source: | https://github.com/hypertidy/mesh3d |
Converting silicate forms to segment types.
## S3 method for class 'SC0' as.mesh3d(x, type = "segments", ...) ## S3 method for class 'SC' as.mesh3d(x, ...) ## S3 method for class 'TRI0' as.mesh3d(x, type = "segments", ...) ## S3 method for class 'TRI' as.mesh3d(x, ...)
## S3 method for class 'SC0' as.mesh3d(x, type = "segments", ...) ## S3 method for class 'SC' as.mesh3d(x, ...) ## S3 method for class 'TRI0' as.mesh3d(x, type = "segments", ...) ## S3 method for class 'TRI' as.mesh3d(x, ...)
x |
|
type |
'points' or 'segments' |
x <- silicate::SC0(minimal_mesh) x <- silicate::SC0(minimal_mesh)
x <- silicate::SC0(minimal_mesh) x <- silicate::SC0(minimal_mesh)