holyhull
holyhull.Rd
A wrapper around several useful hull creation tools and utilities with a common entry point
Usage
holyhull(
sf_frame = NULL,
method = "test",
alpha_value = 0.01,
concavity = 2,
length_threshold = 0
)
Arguments
- sf_frame
sf points in 4236 that you want to wrap, Default: NULL
- method
string to control what hull to generate. One of 'test' for a comparison map concave for concaveman ahull for alphahull or, Default: 'test'
- alpha_value
Alpha value to pass to alphahull execution, Default: 0.01
- concavity
concavity value to pass to concaveman execution, Default: 2
- length_threshold
PARAM_DESCRIPTION, Default: 0
See also
[Lines][sp::Lines], [SpatialLines][sp::SpatialLines], [Line][sp::Line], [SpatialPolygons][sp::SpatialPolygons], [Polygons][sp::Polygons], [Polygon][sp::Polygon] [anglesArc][alphahull::anglesArc], [ahull][alphahull::ahull] [graph_from_edgelist][igraph::graph_from_edgelist], [is.connected][igraph::is.connected], [degree][igraph::degree], [clusters][igraph::clusters], [E][igraph::E], [get.shortest.paths][igraph::get.shortest.paths], [V][igraph::V] [st_as_sf][sf::st_as_sf], [st_set_crs][sf::st_set_crs], [st_crs][sf::st_crs], [st_convex_hull][sf::st_convex_hull], [st_union][sf::st_union], [st_transform][sf::st_transform], [st_coordinates][sf::st_coordinates] [concaveman][concaveman::concaveman]
Examples
if (FALSE) {
if(interactive()){
#EXAMPLE1
}
}