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
valuesare greater than thethreshold, otherwise it is checked whether thevaluesaregreater than or equal tothethreshold