kneepointDetection {GNET2}R 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))

[Package GNET2 version 1.8.0 Index]