Usage
population (max.repeat, max.time, Na, sex.ratio=FALSE, N.loci=10,
N.allele=20, mut.rate=FALSE, one.step=0.9,n.recruit.fem, skew.recruit.fem=0,
skew.recruit.mal=0, delay=1,surv.juv=FALSE, surv.ad.fem,
surv.ad.mal=surv.ad.fem, const=TRUE, quiet=TRUE)
Arguments
const
logical; if TRUE, the population size is assumed to be constant over time (default); if FALSE; the population size is changing according to respective survival and recruitment rates
delay
delay until sexual maturity is reached in years (=age at sexual maturity); default: 1 (individuals read sexual maturity at the age of 1 year)
max.repeat
number of repeats (at least 10 are required that results are not based on one or two examples but are means over several simulation runs)
max.time
in years; for how long simulations should run (good statisitcal results require several hundred years)
mut.rate
proportion of mutations occurring per generation; can be logical or numeric; default: FALSE (no mutation occurs); if set to TRUE, a standard mutation rate of 5e-3 is assumed; if numeric, any mutation rate can be declared
Na
number of adults (and subadults) in the actual population; will be used as starting point of the simulation
N.allele
number of possible alleles per locus in the simulation; default: 20
N.loci
number of loci in the simulation; default: 10
n.recruit.fem
number of offspring per female per year
one.step
just valid if mut.rate = TRUE or numerical; defines the proportion of single-step mutations in a two-phase mutation model; default: 0.9 (0.9 singe-step, 0.1 multi-step mutations)
quiet
logical; just necessary if no repeat of the simulation is used (max.repeat=1); if TRUE, calculation will be stopped, if FALSE, the warning of no repetition will be ignored and results without repetition will be presented
sex.ratio
proportion of females in the population; default: 0.5 (1:1 sex ratio)
skew.recruit.fem
female variance in reproductive success (i.e., variance around mean number of offspring per female per year); default: 0 (no variation between females)
skew.recruit.mal
male variance in reproductive success (i.e., variance around mean number of offspring per male per year); default: 0 (no variation between males)
surv.ad.fem
adult female survival rate
surv.ad.mal
adult male survival rate; default: equal to adult female survival rate
surv.juv
juvenile survival rate; not applicable to the default constant population size, but mandatory to non-constant population sizes