View source: R/slimmr_user_run_slim.R
run_slim | R Documentation |
This function runs a SLiM model.
run_slim(
model,
reps = 1,
seed = NULL,
slim_output_verbosity = 1,
output_parsing_function = function(x) return(x),
parallel_nodes = 1,
slim_command = "slim",
output_runtime_diagnostics = FALSE,
...
)
model |
An EidosModel object. |
reps |
Number of replicate simulations. |
seed |
Random seed for simulations |
slim_output_verbosity |
An integer 0 - 2. |
output_parsing_function |
A function applied to raw output from SLiM |
parallel_nodes |
Number of load balancing parallel nodes to use. |
slim_command |
Full path to SLiM executable. Default "slim" if on PATH. |
output_runtime_diagnostics |
TRUE/FALSE. Output CPU and RAM usage? |
... |
Named constant arguments to SLiM (i.e. passed to -d / -define) |
Either the raw output from SLiM, or that output as parsed by output_parse_function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.