Learn R Programming

AlphaSimR (version 0.11.1)

cChr: Combine MapPop chromosomes

Description

Merges the chromosomes of multiple MapPop-class objects. Each MapPop must have the same number of chromosomes

Usage

cChr(...)

Arguments

...

MapPop-class objects to be combined

Value

Returns an object of MapPop-class

Examples

Run this code
# NOT RUN {
pop1 = quickHaplo(nInd=10, nChr=1, segSites=10)
pop2 = quickHaplo(nInd=10, nChr=1, segSites=10)

combinedPop = cChr(pop1, pop2)

# }

Run the code above in your browser using DataLab