View source: R/CostOptimization.R
calcBudget | R Documentation |
Once the costs are specified in bsd, this function calculates the total annual budget for the breeding scheme Assumptions There is no QC genotyping in the population improvement cycle Variety candidates get QC genotyped at every stage Variety candidates get whole genome genotyped once at the first stage The number of plots in each trial is nEntries*nReps so the cost of the trial is nEntries*nReps*nLocs*plotCost
calcBudget(bsd)
bsd |
List of breeding scheme data |
Call this function once costs have been specified
Numeric vector with intermediate and total costs
bsd$budgetVec <- calcBudget(bsd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.