Get values that meet a month requirement
getTraceMonthVal(rdfXTS, month)
XTS object returned by rdfSlotToXTS
Integer month(s) as a single value or a vector with 1<=month<=12
an XTS object with the selected slot data
# NOT RUN {
pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation')
peJanFeb <- RWDataPlyr:::getTraceMonthVal(pe, c(1, 2))
# }
Run the code above in your browser using DataLab