Apply a threshold to soil moisture states

moistureStateThreshold(
  x,
  id = "compname",
  threshold = "moist",
  operator = c("<", ">", "==", "<=", ">=")
)

Arguments

x

a data.frame created by dailyWB() or dailyWB_SSURGO()

id

character, column name identifying sites, soils, or soil series

threshold

moisture state threshold, see estimateSoilMoistureState

operator

one of "<", ">", "==", "<=", or ">="

Value

data.frame

Author

D.E. Beaudette