initialize,Population-method | R Documentation |
Population
classInitialize method for the Population
class
## S4 method for signature 'Population' initialize( .Object, name, size, dioecy, selfRate, demography, growthRate, initGenoFreq, genomeObj, initPopSize, selectionObj, mutMatrixObj )
.Object |
a |
name |
the name of the population. |
size |
the size of the population. |
dioecy |
logical indicating whether the population is dioecious or not (hermaphrodite). |
selfRate |
the selfing rate of the population |
demography |
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. |
growthRate |
growth rate of the population. |
initGenoFreq |
A row matrix of the size of the genotype number describing the initial allele frequencies common to all simulations |
genomeObj |
a |
initPopSize |
initial population size, knowing that if the demography is extinct, the initial population size will automatically be set equal to the population size. |
selectionObj |
a |
mutMatrixObj |
a |
a Population
object
Ehouarn Le Faou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.