runSim.TCSAM: Run the TCSAM simulation model to produce a TCSAM2015 input...

Description Usage Arguments Details Value

Description

Function to run the TCSAM simulation model to produce a TCASM2015 input file.

Usage

1
2
runSim.TCSAM(out.dir = ".", seed = NULL, fnd = "devs.csv",
  showPlot = TRUE, pdf = NULL, width = 8, height = 6)

Arguments

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)

Details

The rsimTCSAM object created by the model run is saved as variable rsim in 'rsimTCSAM.RData' in the folder specified by out.dir.

Value

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(...))


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