Generate a backcross pedigree which starts from inbred founders
backcrossPedigree(populationSize)
The size of the generated population.
An object of class detailedPedigree
representing the experimental design, suitable for simulation using simulateMPCross.
Generate a backcross pedigree which starts from inbred founders
# NOT RUN {
pedigree <- backcrossPedigree(1000)
#This pedigree is automatically marked as involving finite generations of selfing.
selfing(pedigree)
# }
Run the code above in your browser using DataLab