Relative yield performance compared to a check or control treatment.
crop_yield_index(yield, check_yield, verbose = TRUE)Numeric vector. Yield index where 1.0 equals the check yield. Values above 1 indicate superiority over check.
Formula: $$CYI = \frac{Yield}{Maximum Yield} \times 100$$
crop_yield_index(yield = c(4500, 4200, 3800), check_yield = 4000)
#> Crop yield index computed.
#> [1] 1.125 1.050 0.950