View source: R/3-shared-updateCutoffs.R
countValuesBeyondThreshold | R Documentation |
This function counts the number of values greater or less than a threshold. The direction depends on if a direct or inverse relationship is asked, as well as the sign of the threshold.
countValuesBeyondThreshold(values, cutoff, direct)
values |
A numeric vector. |
cutoff |
A numeric value. |
direct |
A logical value. If |
The number of values greater or less than the threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.