View source: R/fcn_qualities.R
qualLinThresh | R Documentation |
Ranges between 0 (worst score) and 1 (best score). Useful for performance measures where reaching a certain reference threshold 't' will be enough to reach 100%. The input range from [0, t] is scored from 0-100%.
qualLinThresh(x, t = 1)
x |
Numeric value(s) between [0, inf] |
t |
Threshold value, which indicates 100% |
Value between [0, 1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.