dot-getMaxCurve: Maximum curvature

.getMaxCurveR Documentation

Maximum curvature

Description

Finds the maximum curvature (elbow point) of vector of values representing a curve by finding the maximum distance from the curve to the line drawn between the peak and tail of that curve. **Deprecated**.

Usage

.getMaxCurve(x, y, plot = FALSE)

Arguments

x:

a numeric vector.

plot:

a logical to plot the result for validation purposes. Defaults to FALSE.

Value

Returns the maximum curvature threshold (elbow point) of 'x'.

Author(s)

Denis Abu Sammour, d.abu-sammour@hs-mannheim.de

References

https://en.wikipedia.org/wiki/Unimodal_thresholding

https://en.wikipedia.org/wiki/Distance_from_a_point_to_a_line


CeMOS-Mannheim/moleculaR documentation built on April 14, 2025, 8:27 a.m.