This function determines the soil class number based on the fraction of sand, clay, and silt

sclass(sandfrac, clayfrac)

Arguments

sandfrac
clayfrac

Examples

# NOT RUN {
sclass(0.3,0.3)
# }