newMultiPop {AlphaSimR} | R Documentation |
Create new Multi Population
Description
Creates a new MultiPop-class
from one or more
Pop-class
and/or MultiPop-class
objects.
Usage
newMultiPop(...)
Arguments
... |
one or more |
Value
Returns an object of MultiPop-class
Examples
#Create founder haplotypes
founderPop = quickHaplo(nInd=2, nChr=1, segSites=10)
#Set simulation parameters
SP = SimParam$new(founderPop)
SP$addTraitA(10)
#Create population
pop = newPop(founderPop, simParam=SP)
megaPop = newMultiPop(pop=pop)
isMultiPop(megaPop)
[Package AlphaSimR version 1.5.3 Index]