makeCrosses: makeCrosses function

View source: R/PopulationImprov.R

makeCrossesR Documentation

makeCrosses function

Description

Function to make crosses to get the next generation of breeding progeny

Usage

makeCrosses(bsd, optCont)

Arguments

bsd

List of breeding program data

optCont

Data.frame Optimal contributions coming from selectParents

Details

Takes the optimal contributions and generates random mating with the correct number of progeny per parent. Self-fertilization is possible.

Value

Updated bsd with new S0 progeny in breedingPop

Examples

bsd <- makeCrosses(bsd, optCont)]


jeanlucj/BreedSimCost documentation built on July 21, 2023, 1:59 a.m.