.kneedle | R Documentation |
This function uses the Kneedle algorithm to find the index of the knee point in the provided x,y-vectors.
.kneedle(x, y, sign = 1)
x |
numeric vector, x-values. |
y |
numeric vector, y-values. |
sign |
+1 for increasing values and -1 for decreasing values. |
The index of the knee/elbow.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.