Description Usage Arguments Value Examples
View source: R/setup_run_fxns.R
DICE has a list of model parameters it recognizes, for both uncoupled and coupled runs. This function sets the values of these parameters to either TRUE or FALSE depending on the model number Given a model number TRUE or FALSE values are assigned to all of these parameters. In the case of a coupled run, the coupled logical list is also constructed.
1 | set.opt.list(mydata = NULL, isingle = 1)
|
isingle |
A Number: 0 - coupled run 1 - uncoupled run |
Compartmental |
Model Number (1-5)
|
model |
Number - The model Number (1-5, default is 5)
|
A logical list with all the DICE parameters properly set to TRUE or FALSE.
1 2 | set.opt.list{mydata = mydata, isingle = 0}
set.opt.list{mydata = mydata, isingle = 1}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.