Description Usage Arguments Value Examples
Build a minimal object for a QuantiNemo simulation
1 2 3 4 | ## S4 method for signature 'simulation'
initialize(.Object, sim.name = "my_simulation",
parameters = list(generations = 1000, patch_capacity = 100),
sim.dir = "./", exe.dir = "", exe.name = NULL)
|
sim.name |
Name of the simulation (input file and output folder) |
parameters |
The list of parameters that you want to pass to quantiNemo . |
exe.dir |
Where is the executable |
exe.name |
Name of the executable |
sim.directory |
The directory where you want to execute the simulation |
A simulation object ready to be run.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.