timeAboveThreshold: Time spent above a certain threshold
Description
Time spent above a certain threshold
Usage
timeAboveThreshold(object, threshold = -1, ge = TRUE)
Arguments
object
A (univariate) zoo object.
ge
Logical. Should time include the thereshold (greater or equal to threshold) or not (greater only)?