Description Usage Arguments Examples
Sets some values, which are needed for all other functions. Always run this function in the beginning before using any other function of the package!
1 | init(N, X0, realizations, gens)
|
N |
Number of individuals in the population |
X0 |
Number of occurrences for that allele you are looking at |
realizations |
Number of independent runs of the simulaion |
gens |
Number of generations which should be simulated |
1 | init(N = 50, X0 = 50, realizations = 50, gens = 400)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.