Selects all the individuals from the last generation in a genealogy that are themselves fit and whose entire ancestry was also fit.
1 | get_fit_offspring(genealogy, fitness_score, implementation = "Rvec")
|
genealogy |
The genealogy from which the fit individuals must be selected |
fitness_score |
The minimun fitness score an individual must have to have survived. |
implementation |
Which implementation to use. 'df' for data.frame. 'Rvec' for R based vectors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.