backcrossPedigree: Generate a backcross pedigree which starts from inbred...

Description Usage Arguments Details Value Examples

View source: R/backcrossPedigree.R

Description

Generate a backcross pedigree which starts from inbred founders

Usage

1
backcrossPedigree(populationSize)

Arguments

populationSize

The size of the generated population.

Details

Generate a backcross pedigree which starts from inbred founders

Value

An object of class detailedPedigree representing the experimental design, suitable for simulation using simulateMPCross.

Examples

1
2
3
pedigree <- backcrossPedigree(1000)
#This pedigree is automatically marked as involving finite generations of selfing. 
selfing(pedigree)

rohan-shah/mpMap2 documentation built on July 21, 2020, 8:58 p.m.