The goal of the package elbow
is to implement the Elbow (or knee of a curve) method to detect the inflection point of a concave curve. More information on this method can be found on Wikipedia.
You can install the elbow
package from GitHub with:
devtools::install_github("ahasverus/elbow", build_vignettes = TRUE) library(elbow)
Visit the vignette for a complete example. The vignette is also available by using:
browseVignettes("elbow")
Please note that the elbow
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.