evaluate_parabolic {OBIC} | R Documentation |
Evaluate using parabolic function with
Description
This function evaluates the calculated values from an indicator using a parabolic function. After the optimum is reached the it stays at its plateau.
Usage
evaluate_parabolic(x, x.top)
Arguments
x |
(numeric) The values of a calc function to be converted to an evaluation |
x.top |
(numeric) The value at which x reaches the plateau |
Value
A transformed variable after applying a parabolic evaluation function. A numeric value.
Examples
evaluate_parabolic(x = 5, x.top = 8)
evaluate_parabolic(x = c(0.1,0.5,1.5,3.5), x.top = 6.5)
[Package OBIC version 3.0.2 Index]