edd_go | R Documentation |
Function to start a replicated edd simulation along with a given parameter space
edd_go(
combo = NULL,
history = FALSE,
nrep = 1000,
name = NULL,
seed = NULL,
strategy = "sequential",
workers = NULL,
verbose = FALSE
)
combo |
A list containing parameter sets to be used to start a simulation |
history |
Logical, decides whether to record historical states for all of the lineages, including the transitions of the rates and the evolutionary relationship metrics |
nrep |
number of replication |
name |
name of the folder to save results, if left blank, a folder will be created according to current time and date. Set it to "no_save" to disable result saving function, an object containing all the results will be returned instead. |
seed |
set random seed |
strategy |
determine if the simulation is sequential or multi-sessioned or multi-cored |
workers |
determine how many sessions are participated in the simulation |
verbose |
Logical, decides whether to print simulation details of each time step during simulation, for debugging purposes |
Tianjian Qin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.