View source: R/hierarchical_0.R
| knee_finder2 | R Documentation | 
Find the knee/elbow of a list of sorted points
knee_finder2(x, plot = FALSE)
x | 
 A numeric vector.  | 
plot | 
 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.