get_shape | R Documentation |
Get the the alpha-shape of a point set. If not given, the function automatically determines alpha using a downsampled point set. As a consequence, alpha and therefore the computed shape can vary slightly between runs.
get_shape(points, alpha = NULL)
points |
a data frame with columns x, y, z. |
alpha |
(optional) positive number |
an alpha-shape object of class ashape3d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.