knee_finder2.Rd
Find the knee/elbow of a list of sorted points
knee_finder2(x, plot = FALSE)
A numeric vector.
Whether to make the plot.
A vector of two numeric values. One for the left knee and the second for the right knee.
x = rnorm(1000)
knee_finder2(x, plot = TRUE)
#> [1] 92 889