inputGen: inputGen

Description Usage Arguments Value Examples

Description

Generates a List object or text file for setting simulation and SA parameters.

Usage

1
inputGen(inputs)

Arguments

inputs

Not required for setting simulation and SA parameters through a List object. Othereise, a File name for setting parameters through text file.

Value

A template list object for setting simulation and SA parameters, or Void if the inputs are to be read through text file (i.e. if 'input' is set to a value).

Examples

1
2
3
4
5
## Not run: 
input_list <- inputGen()   # Creates a List object For setting parameters.
inputGen("Input_File.txt") # Creates a text file For setting parameters (Deprecated) .

## End(Not run)

Rapex2017/apexsensun documentation built on May 4, 2019, 6:39 p.m.