View source: R/fct_int_pair_modules.R
elbowPoint | R Documentation |
Given a list of x, y coordinates on a curve, function determines the elbow point of the curve.
elbowPoint(x, y)
x |
vector of x coordinates of points on the curve |
y |
vector of y coordinates of points on the curve |
highlight the maximum curvature to identify the elbow point (credit: 'github.com/agentlans')
an x, y coordinates of the elbow point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.