findCutoffCurvature {KneeArrower} | R Documentation |
Finds the point on the curve that has the maximum curvature
Description
Finds the point on the curve that has the maximum curvature
Usage
findCutoffCurvature(x, y)
Arguments
x |
x coordinates of points around the curve |
y |
y coordinates of points around the curve |
Value
(x, y) coordinates of the point with the greatest curvature
[Package KneeArrower version 1.0.0 Index]