Description Usage Arguments Value
View source: R/fun_run_fitness_landscape.r
Get the local fitness landscape.
1 2 3 4 5 6 7 8 9 10 11 12 13 | run_infomove_fl(
type = "noinfo",
phi = 15,
rho = 0.1,
timesteps = 500,
a_res = 1,
b_res = 1,
M_res = 2,
leader_choices = c(1, 2, 5),
gradient = 0.5,
gradient_m = 2,
n_rep = 10
)
|
type |
The simulation type. Currently "info" or "noinfo". |
phi |
Value (vector) of PHI values. |
rho |
Value (vector) of RHO values. |
timesteps |
Timesteps per generation. |
a_res |
The resident a strategy. |
b_res |
The resident b strategy. |
M_res |
The resident M strategy. |
leader_choices |
How many leaders can be assessed. |
gradient |
The gradient increment by which to shift the parameters. |
gradient_m |
The gradient increment for M |
n_rep |
How many replicates to run. |
Nothing. Runs the infomove simulation for local fitness landscape.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.