Combine MapPop chromosomes
Merges the chromosomes of multiple MapPop-class objects.
Each MapPop must have the same number of chromosomes
cChr(...)
... |
|
Returns an object of MapPop-class
pop1 = quickHaplo(nInd=10, nChr=1, segSites=10) pop2 = quickHaplo(nInd=10, nChr=1, segSites=10) combinedPop = cChr(pop1, pop2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.