rdfSlotToXTS
Takes a list created by read.rdf
and
convert the nested slot values over the multiple traces into an XTS array
indexing over traces.
rdfSlotToXTS(rdf, slot)
list returned by read.rdf
string of slot name that exists in rdf
that will be
converted to a matrix
an XTS object with the selected slot data
# NOT RUN {
pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation')
# }
Run the code above in your browser using DataLab