clean.up: Clean-up recombination points
Description
Function to remove recombination points + origins with no influence on markers
Usage
clean.up(population, gen = "all", database = NULL, cohorts = NULL)
Value
Population-list with deleted irrelevant recombination points
Arguments
- population
- Population list 
- gen
- Generations to clean up (default: "current") 
- database
- Groups of individuals to consider 
- cohorts
- Quick-insert for database (vector of names of cohorts to export) 
Examples
Run this codedata(ex_pop)
ex_pop <- clean.up(ex_pop)
Run the code above in your browser using DataLab