Description Usage Arguments Examples
Computes the concave hull for a set of points (wrapper for concaveman::concaveman)
1 | concave_hull(points, concavity = 1, length_threshold = 0)
|
points |
A data frame of points. |
concavity |
A value that determines the concavity (1 = detailed shape, Inf = convex hull). |
length_threshold |
Segment lengths less than this threshold are not considered; higher values give simpler shapes. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.