whichAboveThreshold: Which Values are above a Threshold?

View source: R/eventHighLevel.R

whichAboveThresholdR Documentation

Which Values are above a Threshold?

Description

Which Values are above a Threshold?

Usage

whichAboveThreshold(values, threshold, comparisonOperator)

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 the threshold, otherwise it is checked whether the values are greater than or equal to the threshold


KWB-R/kwb.event documentation built on June 14, 2022, 1:15 p.m.