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
3
4
5
## Not run: 
pe <- rdfSlotToXTS(keyRdf, 'Powell.Pool Elevation')
peLT3575 <- getArrayThresholdExceedance(pe, 3575, 'LT')

## End(Not run)

rabutler/RWDataPlot documentation built on May 26, 2019, 8:51 p.m.