oxidation: Quantifies soil oxidation

View source: R/oxidation.R

oxidationR Documentation

Quantifies soil oxidation

Description

Calculates soil oxidation performance measure. Accumulates length units when stages are below a threshold value.

Usage

oxidation(data, threshold = 0)

Arguments

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.

Value

numeric oxidation returns a numeric value with time units equivalent to the time increments in input data

Examples

dat <- 1:100
oxidation(data = dat, threshold = 75)
## Not run: 


 

troyhill/EvergladesEBM documentation built on Nov. 19, 2023, 8:39 a.m.