Learn R Programming

Meiosis (version 1.0.2)

self_xo: Produce selfing (segmental representation)

Description

Simulation of a selfing.

Usage

self_xo(individual, xoparam, check = FALSE)

Arguments

individual
List. Individual.
xoparam
List. Crossover parameters.
check
Logical. Should checks be performed?

Value

List. A new individual.

Examples

Run this code
data(exdat, package = 'Meiosis')
Meiosis::self_xo(exdat$founder, exdat$xoparam)

Run the code above in your browser using DataLab