kneepointDetection | R Documentation |
Detect the knee point of the array.
kneepointDetection(vect)
vect |
A list of sorted numbers. |
The index of the data point which is the knee.
kneepointDetection(sort(c(runif(10,1,3),c(runif(10,5,10))),TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.