Description Usage Arguments Details Value Examples
View source: R/AnalysisFunctions.R
function to make a data.frame to be used as a source of data to analyze the phenotypic records
1 | framePhenoRec(records, bsp)
|
records |
The breeding program |
bsp |
The breeding scheme parameter list |
records
is a list of lists of populations and is primarily useful for maintaining the phenotypic observations across years and stages. For analysis, you need just the phenotypes in a matrix with relevant independent values
A data.frame of phenotypic records with four columns: 1. The id of individuals; 2. The trial type of the phenotype record; 3. The year the observation was recorded; 4. The phenotypic value
1 | phenoDF <- framePhenoRec(records, bsp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.