delta_structure: Performs delta ball approach (2d approach)

Description Usage Arguments Value

View source: R/delta-ball.R

Description

Performs delta ball approach (2d approach)

Usage

1
delta_structure(data_deep_points, xy_columns = c("x", "y"))

Arguments

data_deep_points

data deep points from depth function

xy_columns

columns of data.frame that relate to the points's coordinates in euclidean space. The input should look like something like c(x,y) or c("x","y").

Value

structure

data frame of non-ordered lines of contour

delta

optimal delta for covering


skgallagher/EpiCompare documentation built on Sept. 14, 2021, 5:45 a.m.