Get values that meet a month requirement
getTraceMonthVal(rdfXTS, month)
rdfXTS: XTS object returned by rdfSlotToXTSmonth: Integer month(s) as a single value or a vector with 1<=month<=12an XTS object with the selected slot data
pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation') peJanFeb <- RWDataPlyr:::getTraceMonthVal(pe, c(1, 2))
Related functions from the same R package
Useful links