get_hull_data: Get data for alpha hull (internal)

get_hull_dataR Documentation

Get data for alpha hull (internal)

Description

Get data for alpha hull (internal)

Usage

get_hull_data(
  x,
  verbose = FALSE,
  hull_method = "alphahull",
  buffer = NULL,
  alpha = NULL,
  expand = 0.1,
  ...
)

Arguments

x

numeric matrix with x,y coordinates

verbose

logical indicating whether to print verbose output

hull_method

character string with the preferred hull method.

alpha

numeric passed to alphahull:ashape()

expand

numeric used to define alpha based upon coordinate range.

...

additional arguments are ignored.


jmw86069/jamenrich documentation built on June 3, 2024, 12:04 a.m.