View source: R/default_settings.R
| DefaultSettings | R Documentation |
Create default settings.
DefaultSettings(
engine = NULL,
seed = NULL,
replicates = 1L,
outvars = character(),
outfuns = Outfuns(),
disabled_variabilities = character(),
dosing = FALSE
)
engine |
Simulation engine: |
seed |
random seed number, integer (or NULL for auto-generated seed) |
replicates |
number of replicates, integer. Default is 1. |
outvars |
output variables, character vector |
outfuns |
output functions, outfuns object |
disabled_variabilities |
variabilities to disable in the simulation, character vector |
dosing |
output dosing information, logical |
default settings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.