Learn R Programming

Ease (version 0.1.2)

getResults: Getting the simulation results

Description

Getting the simulation results

Usage

getResults(metapop)

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)

Arguments

metapop

a Metapopulation objects

Author

Ehouarn Le Faou