View source: R/VarietyDevPipe.R
chooseTrialEntries | R Documentation |
Function to select which varieties to advance to the next stage assuming they are IID (i.e., estimating genotypic values), by truncation selection
chooseTrialEntries(bsd, toTrial, fromTrial = NULL)
bsd |
The breeding scheme data list |
toTrial |
String the trial type the entries are going to |
fromTrial |
String the trial type the entries are coming from |
Accesses all data in phenoRecords to pick the highest performing candidates.
bsd updated with a vector of entry IDs in bsd$entries
bsd <- chooseTrialEntries(bsd, toTrial, fromTrial)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.