Learn R Programming

ashapesampler (version 1.0.0)

n_bound_connect_2D: n Bound Connect 2D

Description

This is the bound for connectivity based on samples.

Usage

n_bound_connect_2D(alpha, delta = 0.05, r = 1, rmin = 0.01, bound = "square")

Value

minimum number of points to meet probability threshold.

Arguments

alpha

alpha parameter for alpha shape

delta

probability of isolated point

r

length of square, radius of circle, or outer radius of annulus

rmin

inner radius of annulus

bound

manifold shape, options are "square", "circle", or "annulus"