Calculate Soil Texture Class
get_STC.Rd
This function calculates the soil texture class based on the percentages of sand and clay using the specified soil classification system (default is USDA).
Arguments
- S
Numeric vector indicating the percentage of sand in the soil.
- C
Numeric vector indicating the percentage of clay in the soil.
- sysclass
Character string specifying the soil classification system to use. Default is "USDA", but can be changed if other systems are supported by the
soiltexture
package.
Value
String with the calculated soil texture class name, based on the input percentages of sand, clay, and silt.