rdfSlotToXTS: Get one slot out of an rdf list and put it in an XTS object

Description Usage Arguments Value Examples

View source: R/rdf_helperFunctions.R

Description

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.

Usage

1

Arguments

rdf

list returned by read.rdf

slot

string of slot name that exists in rdf that will be converted to a matrix

Value

an XTS object with the selected slot data

Examples

1
2
3
4
## Not run: 
pe <- rdfSlotToXTS(keyRdf, 'Powell.Pool Elevation')

## End(Not run)

rabutler/RWDataPlot documentation built on May 26, 2019, 8:51 p.m.