evaluate_parabolic | R Documentation |
This function evaluates the calculated values from an indicator using a parabolic function. After the optimum is reached the it stays at its plateau.
evaluate_parabolic(x, x.top)
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 |
A transformed variable after applying a parabolic evaluation function. A numeric value.
evaluate_parabolic(x = 5, x.top = 8)
evaluate_parabolic(x = c(0.1,0.5,1.5,3.5), x.top = 6.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.