View source: R/moistureStateThreshold.R
moistureStateThreshold | R Documentation |
Apply a threshold to soil moisture states
moistureStateThreshold(
x,
id = "compname",
threshold = "moist",
operator = c("<", ">", "==", "<=", ">=")
)
x |
a |
id |
character, column name identifying sites, soils, or soil series |
threshold |
moisture state threshold, see |
operator |
one of "<", ">", "==", "<=", or ">=" |
data.frame
D.E. Beaudette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.