mesh_volumes | R Documentation |
Estimates the volume of multiple meshes' surfaces.
mesh_volumes(surfaces = surfaces)
surfaces |
an object of the class "mesh_array" that contains two lists: a table with the meshes information (name, number of faces and vertices) and all the meshes that had previously been imported using the function import_surfaces. |
Takes an object of the class "mesh_array" and returns the volume for each mesh. For more information check the R package Rvcg (Schlager, 2017)
This function returns a table with the meshes information (name, number of faces and vertices) and the volume for each surface mesh.
Marta Vidal-Garcia
Schlager S (2017). “Morpho and Rvcg - Shape Analysis in R.” In Zheng G, Li S, Szekely G (eds.), _Statistical Shape and Deformation Analysis_, 217-256. Academic Press. ISBN 9780128104934.
data(meshes) vol <- mesh_volumes(meshes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.