Description Usage Arguments Details Value Examples
View source: R/AnalysisFunctions.R
function to calculate the mean genotypic value at each cycle and stage WARNING: right now, checks are kept in the population records and they are included in the means that are calculated
1 | mean_records(records)
|
records |
The breeding program |
The records object is a list of lists of populations. This function takes those lists and returns the poplation means in a matrix
Real matrix with breeding program cycles in rows and product pipeline stages in columns, each cell being the mean genotypic value for that year and stage
1 | recordMeans <- mean_records(records)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.