IOin_def_pars_simple: IOin_def_pars_simple

View source: R/IOin_def_pars_simple.R

IOin_def_pars_simpleR Documentation

IOin_def_pars_simple

Description

The definition file parameters to modify. This input function generates an input parameter object, either for a single simulation, or using simple random sampling over a set range (based on percent difference from input values). This later functionality can be put into a seperate funciton later if desired.

Usage

IOin_def_pars_simple(..., n = 1, pct_range = 0.25, rm_dup = F)

Arguments

...

Any number of lists, each containing 3 elements in format: list("<def file>", "<parameter name>", <value>)

n

The number of parameter sets to generate.

pct_range

The percent range of variation from input values over which sampling (if any), will happen.

rm_dup

TRUE/FALSE should duplicate def file + variable entries be automatically removed? A warning will occur regardless.

Author(s)

Will Burke


ryanrbart/RHESSysIOinR documentation built on March 30, 2024, 11:15 p.m.