Description Usage Arguments Details References Examples
Filters input data based on signal to noise ratios (SNR).
1  | snr_filter(data.in, mv_win, rmNA = T, plotting = F)
 | 
data.in | 
 input time series dataset (zoo)  | 
mv_win | 
 width of moving average window, in observation time steps (no explicit time unit)  | 
rmNA | 
 logical. should NA values be remove within the forming of mean values? default is TRUE  | 
plotting | 
 logical. if true (not default) datasets are plotted  | 
The output is a time series: signal = the input time series (raw data) - noise.
Marvin Reich (2015), 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.