elbowPoint: Determine the elbow point on a curve (from package akmedoids)

View source: R/fct_int_pair_modules.R

elbowPointR Documentation

Determine the elbow point on a curve (from package akmedoids)

Description

Given a list of x, y coordinates on a curve, function determines the elbow point of the curve.

Usage

elbowPoint(x, y)

Arguments

x

vector of x coordinates of points on the curve

y

vector of y coordinates of points on the curve

Details

highlight the maximum curvature to identify the elbow point (credit: 'github.com/agentlans')

Value

an x, y coordinates of the elbow point.


martaint/InterCellar documentation built on April 7, 2022, 11:44 a.m.