Description Usage Arguments Details Value Examples
View source: R/PopulationImprovement.R
Function to improve a simulated breeding population by one cycle. This version takes phenotyped individuals and crosses them to create new F1
1 | popImprov1Cyc(records, bsp, SP)
|
records |
The breeding program |
bsp |
A list of breeding scheme parameters |
SP |
The AlphaSimR SimParam object |
This function uses penotypic records coming out of the product pipeline to choose individuals as parents to initiate the next breeding cycle
A records object with a new F1 Pop-class object of progeny coming out of a population improvement scheme
1 2 3 4 5 6 7 8 | bsp <- specifyPipeline()
bsp <- specifyPopulation(bsp)
initList <- initializeFunc(bsp)
SP <- initList$SP
bsp <- initList$bsp
records <- initList$records
records <- productPipeline(records, bsp, SP)
records <- popImprov1(records, bsp, SP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.