meshres | R Documentation |
calculate average edge length of a triangular mesh, by iterating over all faces.
meshres(mesh)
mesh |
triangular mesh stored as object of class "mesh3d" |
returns average edge length (a.k.a. mesh resolution)
Stefan Schlager
data(boneData)
mres <- meshres(skull_0144_ch_fe.mesh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.