Implements the K2O balance of Fert_Office v1.26 foglio Bilancio / Gri_K.
Usage
K_balance(
expected_yield_tons_ha,
crop,
k_value,
k_unit = c("K", "K2O"),
soil_group = NULL,
clay = NULL,
sand = NULL,
advance_K2O = 0,
include_leaching = TRUE
)Arguments
- expected_yield_tons_ha
Expected yield (t/ha).
- crop
Crop name (matches
uptake_table$crop).- k_value
Analytical K (or K2O) ppm.
- k_unit
"K"or"K2O", default"K".- soil_group
DPI texture group; if
NULLandclay/sandgiven, derived.- clay, sand
Soil clay/sand percentages (%).
- advance_K2O
Advance anni futuri (default 0).
- include_leaching
Logical, use clay-based H leaching (default TRUE).