get_fit_offspring: Retrieves the fit offspring with fit ancestry

Description Usage Arguments

View source: R/fitness.R

Description

Selects all the individuals from the last generation in a genealogy that are themselves fit and whose entire ancestry was also fit.

Usage

1
get_fit_offspring(genealogy, fitness_score, implementation = "Rvec")

Arguments

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.


philliplab/yasss documentation built on Sept. 7, 2020, 3:28 p.m.