| kneedle | R Documentation | 
This function uses the Kneedle algorithm (Satopaa 2011) to find the index of the knee point in the provided vector. If the values are mostly increasing, use sign = 1. If they are mostly decreasing, use sign = -1.
kneedle(values, sign)
values | 
 The values to find a knee/elbow in.  | 
sign | 
 -1 if the values are mostly decreasing, 1 if the values are mostly decreasing.  | 
The index of the knee/elbow.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.