function to make a plot from the data in records

plotRecords(replicRecords)

Arguments

records

The breeding program records object. See fillPipeline for details

Value

Makes a plot of the gain over cycles of selection and returns the dataset used to make that plot

Details

records is a list of lists of populations and phenotype matrices useful for maintaining the phenotypic observations across years and stages

Examples

exptSummary <- plotRecords(records)
#> Error in plotRecords(records): object 'records' not found