Total caloric output per hectare from crop production.

caloric_yield(yield, caloric_value, verbose = TRUE)

Arguments

yield

Numeric vector. Crop yield (kg/ha).

caloric_value

Numeric vector. Caloric content (kcal/kg).

verbose

Logical. If TRUE, prints informational messages. Default TRUE.

Value

Numeric vector. Caloric yield (kcal/ha).

Details

Formula: $$CY = Yield \times Caloric Value$$

Examples

caloric_yield(yield = 4500, caloric_value = 3400)
#> Caloric yield computed (kcal/ha).
#> [1] 15300000