getTraceMonthVal function

Get values that meet a month requirement

Get values that meet a month requirement

getTraceMonthVal(rdfXTS, month)

Arguments

  • rdfXTS: XTS object returned by rdfSlotToXTS
  • month: Integer month(s) as a single value or a vector with 1<=month<=12

Returns

an XTS object with the selected slot data

Examples

pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation') peJanFeb <- RWDataPlyr:::getTraceMonthVal(pe, c(1, 2))

Other functions in RWDataPlyr

Related functions from the same R package