findElbow | R Documentation |
Adapted from https://stackoverflow.com/questions/2018178/finding-the-best-trade-off-point-on-a-curve Algorithm: draw a straight line between the two endpoints and find the point furthest from this line.
findElbow(d, plot = FALSE)
d |
dataframe containing x and y coordinates of the points |
y = c(10, 11, 8, 4, 2, 1.5, 1, 0.7, .5, .4, .3)
soundgen:::findElbow(data.frame(x = 1:length(y), y = y), plot = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.