fm_sizes | R Documentation |
Compute effective sizes of faces/cells and vertices in a mesh
fm_sizes(...)
## S3 method for class 'fm_mesh_2d'
fm_sizes(mesh, ...)
## S3 method for class 'fm_mesh_3d'
fm_sizes(mesh, ...)
... |
Passed on to submethods |
mesh |
object of a supported mesh class |
A list
with elements face
and vertex
for 2D meshes, or cell
and vertex
for 3D meshes. The elements are vectors of effective sizes of
the faces/cells and vertices, respectively.
str(fm_sizes(fmexample$mesh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.