Merges the chromosomes of multiple MapPop-class
or
NamedMapPop-class
objects.
Each MapPop must have the same number of chromosomes
Arguments
- ...
MapPop-class
orNamedMapPop-class
objects to be combined
Value
Returns an object of MapPop-class
Examples
pop1 = quickHaplo(nInd=10, nChr=1, segSites=10)
pop2 = quickHaplo(nInd=10, nChr=1, segSites=10)
combinedPop = cChr(pop1, pop2)