View source: R/merging.cohorts.R
| merging.cohorts | R Documentation |
Function to merge cohorts in a population list
merging.cohorts(population, cohorts, name.cohort = NULL)
population |
Population list |
cohorts |
Quick-insert for database (vector of names of cohorts to export) |
name.cohort |
Name of the newly added cohort |
data(ex_pop)
population <- breeding.diploid(ex_pop, add.gen = 7, breeding.size = 50)
population <- breeding.diploid(population, add.gen = 7, breeding.size = 50,
selection.m.database = cbind(6,1), selection.f.database = cbind(6,2))
population <- merging.cohorts(population, cohorts = c("Cohort_7_M", "Cohort_8_M"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.