cross_xo: Cross individuals (segmental representation)

Description Usage Arguments Value Examples

View source: R/Meiosis.R View source: R/RcppExports.R

Description

Simulation of a cross.

Usage

1
cross_xo(father, mother, xoparam, check = FALSE)

Arguments

father

List. Father.

mother

List. Mother.

xoparam

List. Crossover parameters.

check

Logical. Should checks be performed?

Value

List. A new individual.

Examples

1
2
data(exdat, package = 'Meiosis')
Meiosis::cross_xo(exdat$founder, exdat$founder2, exdat$xoparam)

Meiosis documentation built on May 29, 2017, 3:46 p.m.