removeOldestCyc: removeOldestCyc function

Description Usage Arguments Details Value Examples

View source: R/TidyingFunctions.R

Description

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

Usage

1
removeOldestCyc(records, bsp)

Arguments

records

The breeding program records object. See fillPipeline for details

bsp

The breeding scheme parameter list

Details

records is a list of lists. This function deletes the first object of each list, excluding the F1 list.

Value

A records object with the first population of each list removed.

Examples

1
records <- removeOldestCyc(records, bsp)

jeanlucj/AlfSimHlpR documentation built on Nov. 7, 2021, 5:10 p.m.