moistureStateThreshold: Apply a threshold to soil moisture states

View source: R/moistureStateThreshold.R

moistureStateThresholdR 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 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(s)

D.E. Beaudette


sharpshootR documentation built on Aug. 24, 2023, 5:07 p.m.