cubeReciprocalTranslocations: Inheritance Cube: Reciprocal Translocation

Description Usage Arguments Value

View source: R/Cube-RecTrans.R

Description

This function creates an inheritance cube to model a reciprocal translocation. This technology was the original form of underdominant system. It involves 2 chromosomes, each with two alleles.
This drive has 4 alleles at 2 loci:

Usage

1
2
3
4
5
6
7
8
cubeReciprocalTranslocations(
  eta = NULL,
  phi = NULL,
  omega = NULL,
  xiF = NULL,
  xiM = NULL,
  s = NULL
)

Arguments

eta

Genotype-specific mating fitness

phi

Genotype-specific sex ratio at emergence

omega

Genotype-specific multiplicative modifier of adult mortality

xiF

Genotype-specific female pupatory success

xiM

Genotype-specific male pupatory success

s

Genotype-specific fractional reduction(increase) in fertility

Value

Named list containing the inheritance cube, transition matrix, genotypes, wild-type allele, and all genotype-specific parameters.


MGDrivE documentation built on Oct. 23, 2020, 7:28 p.m.