findCutoffCurvature: Finds the point on the curve that has the maximum curvature

View source: R/KneeArrow.R

findCutoffCurvatureR Documentation

Finds the point on the curve that has the maximum curvature

Description

Finds the point on the curve that has the maximum curvature

Usage

findCutoffCurvature(x, y)

Arguments

x

x coordinates of points around the curve

y

y coordinates of points around the curve

Value

(x, y) coordinates of the point with the greatest curvature


agentlans/KneeArrower documentation built on May 17, 2022, 7:32 p.m.