powered by
Estimate available water capacity for fine-earth fraction
estimateAWC(texcl, omcl, precision = 2, FUN = mean, ...)
A numeric vector double containing estimated available water capacities for fine-earth fraction.
character, USDA textural class fine earth fraction
integer, Organic matter class. 1: less than 1.5 percent, 2: less than 5, 3: greate than 5
integer, Number of decimal places in result default: 2
Function for interpolating between table values default: mean
mean
Additional arguments to FUN
FUN
# organic matter, loam texture, low medium and high OM base.awc <- estimateAWC(c("l","l","l"), c(1, 2, 3), na.rm = TRUE) base.awc
Run the code above in your browser using DataLab