Population
classInitialize method for the Population
class
# S4 method for Population
initialize(
.Object,
name,
size,
dioecy,
selfRate,
demography,
growthRate,
initGenoFreq,
genomeObj,
initPopSize,
selectionObj,
mutMatrixObj
)
a Population
object
a Population
object
the name of the population.
the size of the population.
logical indicating whether the population is dioecious or not (hermaphrodite).
the selfing rate of the population
logical indicating whether the population has stochastic demography (this does not include migration), i.e. non-constant size and potentially population growth or decay, depending on the situation it is in.
growth rate of the population.
A row matrix of the size of the genotype number describing the initial allele frequencies common to all simulations
a Genome
object
initial population size, knowing that if the demography is extinct, the initial population size will automatically be set equal to the population size.
a Selection
object
a MutationMatrix
object
Ehouarn Le Faou