Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

estimateAWC

Estimate available water capacity for fine-earth fraction


Description

Estimate available water capacity for fine-earth fraction

Usage

estimateAWC(texcl, omcl, precision = 2, FUN = mean, ...)

Arguments

texcl

character, USDA textural class fine earth fraction

omcl

integer, Organic matter class. 1: less than 1.5 percent, 2: less than 5, 3: greate than 5

precision

integer, Number of decimal places in result default: 2

FUN

Function for interpolating between table values default: mean

...

Additional arguments to FUN

Value

A numeric vector double containing estimated available water capacities for fine-earth fraction.

Examples

# 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

aqp

Algorithms for Quantitative Pedology

v1.29
GPL (>= 3)
Authors
Dylan Beaudette [aut, cre], Pierre Roudier [aut, ctb], Andrew Brown [aut, ctb]
Initial release
2021-04-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.