- file_var
Path of the variables file 'sim_variables.csv' (see details)
[required if interactive_vars = FALSE].
- ref_table
Reference table created by the function
gl.sim.WF.table [required].
- x
Name of the genlight object containing the SNP data to extract
values for some simulation variables (see details) [default NULL].
- file_dispersal
Path of the file with the dispersal table created with
the function gl.sim.create_dispersal [default NULL].
- number_iterations
Number of iterations of the simulations [default 1].
- every_gen
Generation interval at which simulations should be stored in
a genlight object [default 10].
- sample_percent
Percentage of individuals, from the total population,
to sample and save in the genlight object every generation [default 50].
- store_phase1
Whether to store simulations of phase 1 in genlight
objects [default FALSE].
- interactive_vars
Run a shiny app to input interactively the values of
simulations variables [default TRUE].
- seed
Set the seed for the simulations [default NULL].
- verbose
Verbosity: 0, silent or fatal errors; 1, begin and end; 2,
progress log; 3, progress and results summary; 5, full report
[default 2, unless specified using gl.set.verbosity].
- ...
Any variable and its value can be added separately within the
function, will be changed over the input value supplied by the csv file. See
tutorial.