cross_geno: Cross individuals (genotypic representation)

Description Usage Arguments Value Examples

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

Description

Simulation of a cross.

Usage

1
2
cross_geno(father, mother, positions, xoparam, use_names = FALSE,
  check = FALSE)

Arguments

father

List. Father.

mother

List. Mother.

positions

List. Genetic positions.

xoparam

List. Crossover parameters.

use_names

Logical. Should loci names be preserved if present? Names in father supersede the ones in mother, followed by positions.

check

Logical. Should checks be performed?

Value

List. A new individual.

Examples

1
2
data(exdat, package = 'Meiosis')
Meiosis::cross_geno(exdat$ind, exdat$ind2, exdat$positions, exdat$xoparam)

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