Classify SO (soil organic matter) initial content by texture group
Source:R/max_SO_input.R
classify_SOM.RdReturns DPI 2026 SO class (molto bassa / bassa / media / elevata) by soil texture group (Sabbiosi / Medio impasto / Argillosi e limosi) and maps to the 3-class scheme "Scarsa / Normale / Elevata" used for the maximum annual SO input.
Usage
classify_SOM(SOM, soil_group, so.table = NFert::so.table)Arguments
- SOM
Soil organic matter (% mass).
- soil_group
Texture group (Italian).
- so.table
Lookup (default
NFert::so.table).