Get a slot out of an rdf object
rdf_get_slot() gets a slot from an rdf object and creates a matrix with rows indexing through time and columns indexing over traces.
rdf_get_slot(rdf, slot) rdfSlotToMatrix(rdf, slot)
rdf: An rdf object.slot: Character slot name that exists in the rdf.A matrix with traces as columns and timesteps as rows.
rdfSlotToMatrix(): Deprecated version of rdf_get_slot()pe <- rdf_get_slot(keyRdf, "Mead.Pool Elevation")
Related functions from the same R package
Useful links