Description Usage Arguments Value Examples
Creates a graphic that shows the evolution of the simulated populations. The mean of the number of alleles is added.
1 | graphic_individuals(pop, limit = -1)
|
pop |
Data from the function |
limit |
The number of realizations that is included in the graphic as a maximum. The mean is always built over all realizations. Default: -1, no limit. |
The described graphic
1 2 | p <- simulation()
h <- graphic_individuals(pop = p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.