Description Usage Arguments Details Value See Also
View source: R/digit_fixed_landmarks.R
Generic function for mesh digitization. It invokes 2 particular methods depending on the class of the
1st argument M
.
1 |
M |
Either a mesh3d object (in this case user should refer to |
... |
Additional arguments (all are not optional!) needed for mesh digitization. |
For details, user should refer to the 2 methods digitMesh.mesh3d
(to digitize a single
mesh3d
object) and digitMesh.character
(to digitize a set of mesh files).
WARNING: For Mac users, digitMesh
is currently not compatible with the RStudio interface.
Please, use the basic R interface instead. A call from RStudio will cause an error
and an exit from the function...
Either a numerical matrix (digitMesh.mesh3d
) or a numerical array
(digitMesh.character
).
digitMesh.mesh3d
and digitMesh.character
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.