Description Usage Arguments Details Value
Function to get model objects as a melted dataframe from TCSAM2015 and rsimTCSAM models.
1 |
path |
- path in models to requested array (using '/' as separator for list levels) |
tcsams |
- single TCSAM2015 model report object, or named list of such |
rsims |
- single rsimTCSAM results object, or named list of such |
verbose |
- flag (T/F) to print diagnostics |
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(...)
.
Melted dataframe (ala package reshape2).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.