Estimate end-of-cycle soil K2O content (ppm)
Source:R/end_of_cycle_soil.R
estimate_soil_K_end_of_cycle.RdSimplified relationship:
K2O_end_ppm = K2O_start_ppm + (K2O_applied - K2O_removed - K2O_leaching) / (soil_weight_30cm/1000)The lisciviazione (H) is taken from K_leaching_by_clay(clay_pct).
Usage
estimate_soil_K_end_of_cycle(
K2O_start_ppm,
K2O_applied,
K2O_removed,
clay_pct,
soil_group,
depth_cm = 30,
texture_groups.table = NFert::texture_groups.table
)