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