Description Usage Arguments Details Value
Function to run the TCSAM simulation model to produce a TCASM2015 input file.
1 2 |
out.dir |
- directory path for output files (input files to TCSAM2015) |
seed |
- seed for random number generator (NULL generates system seed) |
fnd |
- filename for devs output |
showPlot |
- flag (T/F) to show plots |
pdf |
- if not NULL, a filename to output plots to in pdf format |
width |
- width of pdf output (inches) |
height |
- height of pdf output (inches) |
The rsimTCSAM object created by the model run is saved as variable rsim
in 'rsimTCSAM.RData'
in the folder specified by out.dir
.
list with elements: seed - RNG seed used mc - model configuration list object (see readModelConfiguration.TCSAM(...)) mp - model processes list object (see calcModelProcesses(...)) mr - model results list object (see runModel(...)) md - model data (see writeSim.TCSAM(...)) mo - model OFL list object (see calcOFL(...))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.