concave.hull: concave.hull

Description Usage Arguments Author(s)

View source: R/concave.hull.r

Description

Find the outline (boundary) of a set of points in 2D space.

Usage

1
concave.hull(xy, k = 5, ub = NULL, plot = FALSE, random.start = FALSE)

Arguments

xy

Points data in x,y format

k

Number of nearest neighbours to consider, defaults to 5

ub

Upper bound in spatial distance to consider, defaults to 1/8 max range

plot

defaults to TRUE

random.start

defaults to FALSE otherwise the min values are used.

Author(s)

Jae Choi, <jae.choi>@dfo-mpo.gc.ca


Beothuk/bio.utilities documentation built on May 5, 2019, 1:39 p.m.