Function to run a variety development pipeline stage

runVDPtrial(bsd, trialType, entries)

Arguments

bsd

The breeding scheme data list

trialType

String name of the kind of trial to run. Must link back to a trial type with parameters in bsd

entries

A vector of entry IDs

Value

Updated bsd

Details

Add records to phenoRecords

Examples

params <- runVDPtrial(bsd, trialType, entries)
#> Error in runVDPtrial(bsd, trialType, entries): object 'bsd' not found