View source: R/experiment.configuration.R
experiment.configurations | R Documentation |
This is an internal function generating a set of configurations. The generation process is driven by the functions listed in param_list. Such functions either are native R functions or user defined ones. In the latter case, the functions have to be defined in a single file and passed through the argument parm_fname
experiment.configurations(
n_config,
parm_fname = NULL,
parm_list = NULL,
out_dir,
out_fname,
ini_vector = NULL,
ini_vector_mod = FALSE,
extend = FALSE,
config = list()
)
n_config |
number of configuratons to generate |
parm_fname |
file with the definition of user defined functions |
parm_list |
file listing the name of the functions, the parameters and the name under which the parameters have to be saved |
out_dir |
output directory specified by the user |
out_fname |
prefix used to name output files |
extend |
unused parameter. Placeholder for future development |
Marco Beccuti, Paolo Castagno, Simone Pernice
## Not run:
experiment.configurations(nconfig = 10,
param_list = list.csv,
out_dir="/path/to/output/directory",
out_fname="example")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.