Description Usage Arguments Value Examples
Uses the 'concaveman' function from [concaveman](https://github.com/mapbox/concaveman) and [concaveman in R](https://github.com/joelgombin/concaveman))
1 |
points |
points for which the concave hull must be computed (an 'sf' object). |
concavity |
a relative measure of concavity. 1 results in a relatively detailed shape, Infinity results in a convex hull. You can use values lower than 1, but they can produce pretty crazy shapes. |
length_threshold |
when a segment length is under this threshold, it stops being considered for further detalization. Higher values result in simpler shapes. |
group |
optional : a field which splits the hull (a field of the 'sf' object). |
an 'sf' object.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.