Get values at the input exceedance levels for the entire array by date
getArrayThresholdExceedance(rdfXTS, valueIn, comparison)
rdfXTS: XTS object returned by rdfSlotToXTSvalueIn: Numeric value for the desired threshold to compare the data againstcomparison: String 'GT' or 'LT' for a greater-than or less-than comparisonan XTS object with the frequency in which the array of traces exceed a threshold
pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation') peLT3575 <- RWDataPlyr:::getArrayThresholdExceedance(pe, 3575, 'LT')
Related functions from the same R package
Useful links