kneepointDetection: Knee point detection.

Description Usage Arguments Value Examples

Description

Detect the knee point of the array.

Usage

1

Arguments

vect

A list of sorted numbers.

Value

The index of the data point which is the knee.

Examples

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

Example output

[1] 10

GNET2 documentation built on Nov. 8, 2020, 8:03 p.m.