Runs the simulation and returns the simulation object with results. If running in parallel and max.cores is not specified it will default to using one less than the number of cores / threads on your machine.
run(object, run.parallel = FALSE, max.cores = NA, ...)# S4 method for Simulation
run(object, run.parallel = FALSE,
max.cores = NA, save.data = FALSE, load.data = FALSE,
data.path = character(0), counter = TRUE, progress.file = "")
an object of class Simulation
logical option to use multiple processors
integer maximum number of cores to use, if not specified then one less than the number available will be used.
allows the five previous optional arguments to be specified
logical allows the datasets from the simulation to be saved to file
logical allows the datasets to be loaded from file rather than simulated afresh.
character file path to the data files.
logical can be used to turn off simulation counter when running in serial.
character file to output progress to for Distance for Windows
an object of class simulation which now includes the results