Learn R Programming

DataFusionGDM (version 1.3.2)

run_genetic_scenario: Run simulation with predefined biological scenarios

Description

Run simulation with predefined biological scenarios

Usage

run_genetic_scenario(
  scenario = "default",
  n_pops = 30,
  output_file = NULL,
  seed = NULL,
  verbose = TRUE
)

Value

Same structure as run_genetic_simulation()

Arguments

scenario

Scenario name: 'default', 'island', 'stepping_stone', 'admixture', 'ancient_divergence', 'simple'

n_pops

Number of populations

output_file

Optional CSV path to write the distance matrix

seed

Optional seed forwarded to run_genetic_simulation()

verbose

Print diagnostic information