Description Usage Arguments Details Value See Also
Generic function for mesh digitization. It invokes 2 particular methods depending on the class of the
1st argument M
. So far method is implemented only for the mesh3d object.
1 | digitCurves(M, ...)
|
M |
Either a mesh3d object (in this case user should refer to |
... |
Additional arguments (all are not optional!) needed for curve digitization. |
For details, user should refer to the method digitCurve.mesh3d
(to digitize a single
mesh3d
object).
WARNING: For Mac users, digitCurves
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...
A numerical matrix (digitCurves.mesh3d
) with attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.