RWDataPlyr (version 0.6.2)

rdf_get_slot: Get a slot out of an rdf object

Description

rdf_get_slot() gets a slot from an rdf object and creates a matrix with rows indexing through time and columns indexing over traces.

Usage

rdf_get_slot(rdf, slot)

rdfSlotToMatrix(rdf, slot)

Arguments

rdf

An rdf object.

slot

Character slot name that exists in the rdf.

Value

A matrix with traces as columns and timesteps as rows.

Functions

  • rdfSlotToMatrix: Deprecated version of rdf_get_slot()

Examples

Run this code
# NOT RUN {
pe <- rdf_get_slot(keyRdf, "Mead.Pool Elevation")

# }

Run the code above in your browser using DataLab