Description Usage Arguments Value Examples
View source: R/TidyingFunctions.R
function to create a tidy tibble from a list of runBreedingScheme simulations
1 | tidysims(sims)
|
sims |
a list of AlphaSimHlpR sims (result of runBreedingScheme) |
a tidy tibble with one row per simulation, cols: records (tibble of all phenotypic records with indicator added for "year" and "stageName"), simulatedpop (the pop-class object from the sim), bsp and SP for the sim.
1 2 3 4 5 6 | sims <- map(1:2,~runBreedingScheme(replication = .,nCycles = 7,
initializeFunc = initFuncADChk,
productPipeline = prodPipeFncChk,
populationImprovement = popImprov1Cyc,
bsp = bsp))
sims <- tidysims(sims)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.