makeVarietyCandidates function

makeVarietyCandidates(bsd, breedPopIDs = NULL, nCandidates = NULL)

Arguments

bsd

List of breeding program data

breedPopIDs

String vector IDs of breeding pop progenitors of the variety candidates. If NULL, the last nBreedingProg individuals used

nCandidates

Make bespoke number of candidates if neede on the fly

Value

Updated bsd with new variety candidates in bsd$varietyCandidates

Details

Here, creates DHs evenly distributed among the breeding progeny in the last generation

Examples