dot-kneedle: Find the knee/elbow point in a vector using the Kneedle...

.kneedleR Documentation

Find the knee/elbow point in a vector using the Kneedle algorithm.

Description

This function uses the Kneedle algorithm to find the index of the knee point in the provided x,y-vectors.

Usage

.kneedle(x, y, sign = 1)

Arguments

x

numeric vector, x-values.

y

numeric vector, y-values.

sign

+1 for increasing values and -1 for decreasing values.

Value

The index of the knee/elbow.


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