Total caloric output per hectare from crop production.
caloric_yield(yield, caloric_value, verbose = TRUE)Numeric vector. Caloric yield (kcal/ha).
Formula: $$CY = Yield \times Caloric Value$$
caloric_yield(yield = 4500, caloric_value = 3400)
#> Caloric yield computed (kcal/ha).
#> [1] 15300000