.getMaxCurve | R Documentation |
Finds the maximum curvature (elbow point) of vector of values representing a curve by finding the maximum distance from the curve to the line drawn between the peak and tail of that curve. **Deprecated**.
.getMaxCurve(x, y, plot = FALSE)
x: |
a numeric vector. |
plot: |
a logical to plot the result for validation purposes. Defaults to FALSE. |
Returns the maximum curvature threshold (elbow point) of 'x'.
Denis Abu Sammour, d.abu-sammour@hs-mannheim.de
https://en.wikipedia.org/wiki/Unimodal_thresholding
https://en.wikipedia.org/wiki/Distance_from_a_point_to_a_line
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.