getMDFR: Get model arrays as a melted dataframe from TCSAM02 model...

View source: R/getMDFR.R

getMDFRR Documentation

Get model arrays as a melted dataframe from TCSAM02 model runs

Description

Function to get model objects as a melted dataframe from TCSAM2015 model runs.

Usage

getMDFR(path, tcsams, verbose = FALSE)

Arguments

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

tcsams
  • single tcsam02.resLst 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, with additional columns 'model' and 'modeltype' appended at the "right". The array value is in column 'val'. Uses reshape2::melt(...).

Value

Melted dataframe (ala package reshape2).


wStockhausen/rTCSAM02 documentation built on April 16, 2024, 6:25 a.m.