getResults {Ease} | R Documentation |
Getting the simulation results
Description
Getting the simulation results
Usage
getResults(metapop)
Arguments
metapop |
a |
Value
A data.frame where each line corresponds to a simulation. The
results include :
- the last generation reached (the threshold or the generation that first
verified at least one of the stopping conditions)
- the final population size
- the genotype frequencies
- allelic frequencies
- the reason(s) for the stop (either the threshold was reached, i.e.
unstopped
or the stop condition(s) that was (were) reached, in the
form of boolean values
- Average fitness (individual, gamete production and gametic)
Author(s)
Ehouarn Le Faou
[Package Ease version 0.1.2 Index]