getArrayPctl: 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
getArrayPctl(rdfXTS, pctlLevels)

Arguments

rdfXTS

Object returned by rdfSlotToXTS

pctlLevels

Decimal value(s) for the desired exceedance levels with 0.0<value<1.0

Value

an XTS object with the selected slot data at the input exceedance levels

Examples

1
2
3
4
5
## Not run: 
pe <- rdfSlotToXTS(keyRdf, 'Powell.Pool Elevation')
pe105090 <- getTraceMax(pe, c(0.1, 0.5, 0.9))

## End(Not run)

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