View source: R/rdf_helperFunctions.R
rdf_get_slot | R Documentation |
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 |
slot |
Character slot name that exists in the |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.