lastCycStgOut.RdstageOutputs are always made on the previous cycle, so to get the end, you need to run this once
lastCycStgOut(records, bsp, SP)
| records | The breeding program |
|---|---|
| bsp | A list of breeding scheme parameters |
| SP | the AlphaSimR SimParam object |
A records object that has updated stageOutputs
Will figure this out later...
records <- lastCycStgOut(records, bsp, SP)#> Error in lastCycStgOut(records, bsp, SP): could not find function "lastCycStgOut"