powered by
Function to set a new base generation for the population
new.base.generation( population, base.gen = NULL, base.database = NULL, base.cohorts = NULL, delete.previous.gen = FALSE, delete.breeding.totals = FALSE, delete.bve.data = FALSE, add.chromosome.ends = TRUE, founder.pool = 1 )
Population-List with mutated marker for the selected individual
Population list
Vector containing all new base generations
Matrix containing all database entries to be used as new base generation
Vector containing all cohorts to be used as new base generations
Delete all data before base.gen (default: FALSE)
Delete all breeding totals before base.gen (default: FALSE)
Delete all previous bve data (default: FALSE)
Add chromosome ends as recombination points
AAA
data(ex_pop) ex_pop <- new.base.generation(ex_pop, base.gen=2)
Run the code above in your browser using DataLab