getMDFR: Get model arrays as a melted dataframe from rsimTCSAM models

Description Usage Arguments Details Value

Description

Function to get model objects as a melted dataframe from rsimTCSAM models.

Usage

1
getMDFR(path, rsims, verbose = FALSE)

Arguments

path

- path in models to requested array (using '/' as separator for list levels)

rsims

- single rsimTCSAM results object, or named list of such

verbose

- flag (T/F) to print diagnostics

Details

Returned dataframe is a melted (ala reshape2) version of the requested array in canonical format. The array value is in column 'val'. Uses reshape2::melt(...).

Value

Melted dataframe (ala package reshape2) in canonical format.


wStockhausen/rsimTCSAM documentation built on May 3, 2019, 7:35 p.m.