Description Usage Arguments Examples
From a XML file containing an experiment plan, send and run it in GAMA and returns one XML file by simulation containing the output.
1 | call_gama(parameter_xml_file, hpc, output_dir = "")
|
parameter_xml_file |
path to an XML file containing an experiment. |
hpc |
numeric, number of cores |
output_dir |
path to saved the output of gama. If not specified, current working directory will be used. If ‘output_dir' doesn’t exist, it will be created. |
1 2 | parameter_xml_file <- system.file("models", "sir.xml", package = "rama")
outfiles <- call_gama(parameter_xml_file, hpc = 1, output_dir = tempdir())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.