rdf_get_slot: Get a slot out of an rdf object

Description Usage Arguments Value Functions Examples

View source: R/rdf_helperFunctions.R

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

1
2
3

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

Examples

1
pe <- rdf_get_slot(keyRdf, "Mead.Pool Elevation")

RWDataPlyr documentation built on April 17, 2020, 9:06 a.m.