Description Usage Arguments Value Examples
View source: R/xts_helperFunctions.R
Get values at the input exceedance levels for the entire array by date
| 1 | getArrayPctl(rdfXTS, pctlLevels)
 | 
| rdfXTS | Object returned by  | 
| pctlLevels | Decimal value(s) for the desired exceedance levels with 0.0<value<1.0 | 
an XTS object with the selected slot data at the input exceedance levels
| 1 2 | pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation')
pe105090 <- RWDataPlyr:::getArrayPctl(pe, c(0.1, 0.5, 0.9))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.