fm_manifold | R Documentation |
Extract a manifold definition string, or a logical for matching manifold type
fm_manifold(x, type = NULL)
fm_manifold_type(x)
fm_manifold_dim(x)
x |
An object with |
type |
|
fm_manifold()
: Either logical (matching manifold type yes/no),
or character (the stored manifold, when is.null(type)
is TRUE
)
fm_manifold_type()
: character or NULL; "M", "R", "S", or "T"
fm_manifold_dim()
: integer or NULL
fm_manifold(fmexample$mesh)
fm_manifold_type(fmexample$mesh)
fm_manifold_dim(fmexample$mesh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.