edd_go: Starting a edd simulation

View source: R/edd_wrapper.r

edd_goR Documentation

Starting a edd simulation

Description

Function to start a replicated edd simulation along with a given parameter space

Usage

edd_go(
  combo = NULL,
  history = FALSE,
  nrep = 1000,
  name = NULL,
  seed = NULL,
  strategy = "sequential",
  workers = NULL,
  verbose = FALSE
)

Arguments

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

Author(s)

Tianjian Qin


EvoLandEco/eve documentation built on Sept. 14, 2024, 12:04 a.m.