Description Usage Arguments Details Value Examples
View source: R/InitializationFunctions.R
function to initialize simulation of a breeding program. A single additive-dominance trait is simulated. Check are used in this scheme
1 | initializeScheme(bsp)
|
bsp |
A list of breeding scheme parameters. See |
Creates the founders and the initial records at the beginning of the simulation of a breeding program.
A list containing: 1. The simulation parameters in SP
; 2. The initial records of the breeding program in records
. See fillPipeline
for details; 3. A completed bsp
object
1 2 3 4 5 6 | bsp <- specifyPopulation(bsp)
bsp <- specifyPipeline()
initList <- initializeScheme(bsp)
SP <- initList$SP
bsp <- initList$bsp
records <- initList$records
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.