Skip to contents

gratefully pilfered and wrapper-d around alphahull

Usage

st_alpha_hull(x_in_4326, y_in_4326, alpha_value = 0.01)

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

Value

hull in 6349 (a compound crs with an explicit vertical datum)

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
 }
}