oxidation | R Documentation |
Calculates soil oxidation performance measure. Accumulates length units when stages are below a threshold value.
oxidation(data, threshold = 0)
data |
input dataset (e.g., one year of stage data for a point/pixel) |
threshold |
threshold is the value *below which* depths are accumulated. Values equal to the threshold are treated as inundated. |
numeric oxidation
returns a numeric value with time units equivalent to the time increments in input data
dat <- 1:100
oxidation(data = dat, threshold = 75)
## Not run:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.