st_alpha_hull
st_alpha_hull.Rd
gratefully pilfered and wrapper-d around alphahull
Arguments
- x_in_4326
x_in_4326
- y_in_4326
y_in_4326
- alpha_value
alpha_value to pass to alphahull package, Default: 0.01
Details
Code gratefully pilfered from alphahull package so that I could expose parameters, and renamed incorrectly so that I don't have to wonder what to start my hull auto completes with
See also
[ahull][alphahull::ahull] [st_as_sf][sf::st_as_sf], [st_set_crs][sf::st_set_crs], [st_crs][sf::st_crs], [st_transform][sf::st_transform]
Examples
if (FALSE) {
if(interactive()){
#EXAMPLE1
}
}