Description Usage Arguments Details References Examples
Filtering raw soil moisture data with adjustable filter criterias.
| 1 2 | filter_soildata(file.input, val.max = 1, val.min = 0, val.incr, val.decr,
  lag.max, per.max, per.min, lag.mean, k)
 | 
| file.input | input dataset (zoo) | 
| lag.max | number of timesteps to consider for maximal increase / decrease | 
| lag.mean | period for moving mean calculation | 
| k | splits datasets at every k-th element of lag.mean | 
| val.max/min | cuts all data greater/smaller than this value | 
| val.incr/decr | maximum increase/decrease in absolute m³/m³ within timesteps lag.max | 
| per.max/min | value in percent for maximum / minimum deviation between actual value and a mean value of the time series | 
The output will be as zoo-object.
Default values for val.max=1 and val.min=0.
Possible values for lag.mean are "hours", "days", "weeks", "months", "quarters" or "years".
Marvin Reich (2014), mreich@gfz-potsdam.de
| 1 | example MISSING
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.