stageOutputs are always made on the previous cycle, so to get the end, you need to run this once

lastCycStgOut(records, bsp, SP)

Arguments

records

The breeding program records object. See fillPipeline for details

bsp

A list of breeding scheme parameters

SP

the AlphaSimR SimParam object

Value

A records object that has updated stageOutputs

Details

Will figure this out later...

Examples

records <- lastCycStgOut(records, bsp, SP)
#> Error in lastCycStgOut(records, bsp, SP): could not find function "lastCycStgOut"