concave_hull: Concave hull

Description Usage Arguments Examples

View source: R/concave_hull.R

Description

Computes the concave hull for a set of points (wrapper for concaveman::concaveman)

Usage

1
concave_hull(points, concavity = 1, length_threshold = 0)

Arguments

points

A data frame of points.

concavity

A value that determines the concavity (1 = detailed shape, Inf = convex hull).

length_threshold

Segment lengths less than this threshold are not considered; higher values give simpler shapes.

Examples

1

marcusvolz/mathart documentation built on May 24, 2021, 4:16 p.m.