Run a single socsim-simulation with a socsim binary. the place The results will be saved into that folder
Source:R/startsocsim.R
run1simulationwithfile_from_binary.Rd
Run a single socsim-simulation with a socsim binary. the place The results will be saved into that folder
Usage
run1simulationwithfile_from_binary(
folder,
supfile,
seed = "42",
compatibility_mode = "1",
socsim_path = NULL
)
Arguments
- folder
base-directory of the simulation.
- supfile
the .sup file to start the simulation, relative to the folder
- seed
RNG seed as string, Default="42"
- socsim_path
path+filename of a socsim-executable. Download one from https://github.com/tomthe/socsim/releases/download/0.3/socsim.exe
- rootfolder
rootfolder...