getArrayThresholdExceedance: Get values at the input exceedance levels for the entire...

Description Usage Arguments Value Examples

View source: R/xts_helperFunctions.R

Description

Get values at the input exceedance levels for the entire array by date

Usage

1
getArrayThresholdExceedance(rdfXTS, valueIn, comparison)

Arguments

rdfXTS

XTS object returned by rdfSlotToXTS

valueIn

Numeric value for the desired threshold to compare the data against

comparison

String 'GT' or 'LT' for a greater-than or less-than comparison

Value

an XTS object with the frequency in which the array of traces exceed a threshold

Examples

1
2
pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation')
peLT3575 <- RWDataPlyr:::getArrayThresholdExceedance(pe, 3575, 'LT')

RWDataPlyr documentation built on April 17, 2020, 9:06 a.m.