rdfSlotToMatrix: Get one slot out of an rdf list and put it in matrix form.

Description Usage Arguments Examples

View source: R/rdf_helperFunctions.R

Description

rdfSlotToMatrix Takes a list created by read.rdf and converts the nested slot values over multiple traces into a matrix with rows indexing through time and columns 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

Examples

1
pe <- rdfSlotToMatrix(keyRdf, 'Powell.Pool Elevation')

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