powered by
Function to recalculate genomic values
recalculate.manual( population, gen = NULL, database = NULL, cohorts = NULL, e0 = NULL, e1 = NULL, e2 = NULL, store.comp.times = TRUE )
Population list
Quick-insert for database (vector of all generations to export)
Groups of individuals to consider for the export
Quick-insert for database (vector of names of cohorts to export)
Effect matrix for 0 genotype (default: Will be automatically extracted)
Effect matrix for 1 genotype (default: Will be automatically extracted)
Effect matrix for 2 genotype (default: Will be automatically extracted)
If TRUE store computation times in $info$comp.times.general (default: TRUE)
data(ex_pop) population <- recalculate.manual(ex_pop, gen = 1)
Run the code above in your browser using DataLab