new.base.generation: Set new base generation
Description
Function to set a new base generation for the population
Usage
new.base.generation(
population,
base.gen = NULL,
delete.previous.gen = FALSE,
delete.breeding.totals = FALSE,
delete.bve.data = FALSE,
add.chromosome.ends = TRUE
)
Arguments
base.gen
Vector containing all new base generations
delete.previous.gen
Delete all data before base.gen (default: FALSE)
delete.breeding.totals
Delete all breeding totals before base.gen (default: FALSE)
delete.bve.data
Deleta all previous bve data (default: FALSE)
add.chromosome.ends
Add chromosome ends as recombination points
Value
Population-List with mutated marker for the selected individual
Examples
Run this code# NOT RUN {
data(ex_pop)
ex_pop <- new.base.generation(ex_pop, base.gen=2)
# }
Run the code above in your browser using DataLab