Total protein output per hectare from crop production.
protein_yield(yield, protein_content, verbose = TRUE)Numeric vector. Protein yield (kg/ha).
Formula: $$PY = Yield \times Protein Content / 100$$
protein_yield(yield = 4500, protein_content = 12.5)
#> Protein yield computed (kg/ha).
#> [1] 562.5