
Make a concave hull around simple feature object by attribute
Source:R/st_concave_hull.R
st_concave_hull_ext.RdMake a concave hull around simple feature object by attribute
Arguments
- x
A sf object.
- by
Column name to use for grouping and combining geometry, Default:
NULL- centroid
If
TRUE, use centroids for geometry of x, Default:FALSE- ratio
numeric; fraction convex: 1 returns the convex hulls, 0 maximally concave hulls
- allow_holes
logical; if
TRUE, the resulting concave hull may have holes