kneedle This function allows you to find the knee of a graph
kneedle(x, y, decreasing = FALSE, sensitivity = 1, concave = TRUE)
A vector of x coordinates.
A vector of y coordinates.
Is the function increasing? Defaults to FALSE.
How sensitive should knee detection be? Defaults to 1. Can be a float/double.
Is this concave or convex? Defaults to TRUE.
This function returns a x,y coordinate pair that corresponds to the knee point