Which Values are above a Threshold?
Arguments
- values
numeric vector of values to be compared with the
threshold
- threshold
numeric value against which to check the
values
- comparisonOperator
if "gt" it is checked whether the
values
are greater than thethreshold
, otherwise it is checked whether thevalues
aregreater than or equal to
thethreshold