fullAhull3d | R Documentation |
Computes the complete alpha hull of a set of points. The result
is an external pointer to be used in the function setAlpha
.
fullAhull3d(points)
points |
the points given as a matrix with three columns |
An external pointer for usage in the function setAlpha
.
library(AlphaHull3D) ahull <- fullAhull3d(gissid) mesh <- setAlpha(ahull, alpha = "solid") mesh$normals <- NULL library(rgl) open3d(windowRect = c(50, 50, 562, 562)) shade3d(mesh, color = "purple")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.