plotRecords.Rd
function to make a plot from the data in records
plotRecords(replicRecords)
records | The breeding program |
---|
Makes a plot of the gain over cycles of selection and returns the dataset used to make that plot
records
is a list of lists of populations and phenotype matrices useful for maintaining the phenotypic observations across years and stages
exptSummary <- plotRecords(records)#> Error in plotRecords(records): object 'records' not found