moistureStateThreshold {sharpshootR} | R Documentation |
Apply a threshold to soil moisture states
Description
Apply a threshold to soil moisture states
Usage
moistureStateThreshold(
x,
id = "compname",
threshold = "moist",
operator = c("<", ">", "==", "<=", ">=")
)
Arguments
x |
a |
id |
character, column name identifying sites, soils, or soil series |
threshold |
moisture state threshold, see |
operator |
one of "<", ">", "==", "<=", or ">=" |
Value
data.frame
Author(s)
D.E. Beaudette
[Package sharpshootR version 2.3.1 Index]