mean_records: mean_records function

Description Usage Arguments Details Value Examples

View source: R/AnalysisFunctions.R

Description

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

Usage

1
mean_records(records)

Arguments

records

The breeding program records object. See fillPipeline for details

Details

The records object is a list of lists of populations. This function takes those lists and returns the poplation means in a matrix

Value

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

Examples

1
recordMeans <- mean_records(records)

jeanlucj/AlfSimHlpR documentation built on Nov. 7, 2021, 5:10 p.m.