Rev Language Reference


CoalescentSFSSimulator

Usage

CoalescentSFSSimulator(DemographicFunction[] demographies, RealPos[] changePoints, RealPos generationTime, String ploidy)

Arguments

demographies : DemographicFunction[] (pass by const reference)
The vector of demographic functions.
changePoints : RealPos[] (pass by value)
The start times of the intervals (the first interval is implicit and starts at 0).
generationTime : RealPos (pass by value)
The generation time for the simulations.
ploidy : String (pass by value)
The ploidy type of the individuals in the population, to scale N if necessary.
Default : diploid
Options : haploid|diploid

Methods