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


ncss-tech/sharpshootR documentation built on April 9, 2024, 4:27 a.m.