kneepointDetection: Knee point detection.

kneepointDetectionR Documentation

Knee point detection.

Description

Detect the knee point of the array.

Usage

kneepointDetection(vect)

Arguments

vect

A list of sorted numbers.

Value

The index of the data point which is the knee.

Examples

kneepointDetection(sort(c(runif(10,1,3),c(runif(10,5,10))),TRUE))

chrischen1/GNET2 documentation built on June 29, 2022, 8:53 a.m.