Description Usage Arguments Details Value Examples
View source: R/TidyingFunctions.R
function to remove records of the oldest cycles still in records
. Useful to avoid accumulating too much data which slows simulations down and makes them bulky
1 | removeOldestCyc(records, bsp)
|
records |
The breeding program |
bsp |
The breeding scheme parameter list |
records
is a list of lists. This function deletes the first object of each list, excluding the F1 list.
A records
object with the first population of each list removed.
1 | records <- removeOldestCyc(records, bsp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.