View source: R/experiment.env_setup.R
experiment.env_setup | R Documentation |
This is an internal function creating the required structure of files and directiry to run a simulation.
experiment.env_setup(id = NULL, files, dest_dir, config = NULL)
id |
a numeric identifier used to format the output's file name (optional, if not provided copy files in dest_dir. Otherwise, create a sub-directory id) |
confg |
configuration provided by the function experiment.configurations |
Beccuti Marco, Castagno Paolo, Pernice Simone
## Not run:
experiment.env_cleanup(id=1, run_dir="/run/directory", out_fname="simulation", out_dir="/out/directory",)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.