View source: R/PopulationImprov.R
makeCrosses | R Documentation |
Function to make crosses to get the next generation of breeding progeny
makeCrosses(bsd, optCont)
bsd |
List of breeding program data |
optCont |
Data.frame Optimal contributions coming from selectParents |
Takes the optimal contributions and generates random mating with the correct number of progeny per parent. Self-fertilization is possible.
Updated bsd with new S0 progeny in breedingPop
bsd <- makeCrosses(bsd, optCont)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.