Agent-based model simulation of unbiased tranmission, only slightly modified from Alex Mesoudi's code here: https://github.com/amesoudi/cultural_evolution_ABM_tutorial/blob/master/ABMmodels_model1.Rmd
1 | UnbiasedTransmission(N, t_max, add = FALSE, col = "black")
|
N |
Population size |
t_max |
How many generations to run the sim. |
add |
Whether or not the new sim should be added to an existing plot; defaults to FALSE. |
col |
Color of lines for plotting; defaults to black. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.