Input data | Finding cutoff points | First derivative cutoff | Maximum curvature cutoff
Package: KneeArrower 1.0.0

Alan Tseng
KneeArrower: Finds Cutoff Points on Knee Curves
Given a set of points around a knee curve, analyzes first and second derivatives to find knee points.
Authors:
KneeArrower_1.0.0.tar.gz
KneeArrower_1.0.0.tar.gz(r-4.7-any)KneeArrower_1.0.0.tar.gz(r-4.6-any)
KneeArrower_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
KneeArrower/json (API)
| # Install 'KneeArrower' in R: |
| install.packages('KneeArrower', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:ceab7e5dc8. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 171 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | OK | 139 | ||
| wasm-release | OK | 110 |
Exports:derivativefindCutoffinverse
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Derivative of a function with respect to x | derivative |
| Finds cutoff point on knee curve | findCutoff |
| Finds the point on the curve that has the maximum curvature | findCutoffCurvature |
| Finds the point where the derivative is a fraction of the steepest slope | findCutoffFirstDerivative |
| Inverse of a function | inverse |