View source: R/pipeline-interpolate.R
| warn_filter_over_gaps | R Documentation |
Emits a one-time-per-run warning explaining that a step which relies on
filtering (e.g. lpfilt() or the anti-aliasing filter in downsample()) is
operating over long gaps that interpolate(max_gap_ms) left as NA. Because
those gaps are temporarily filled to let the filter run and then masked back
to NA, the filter can slightly bias the valid samples immediately adjacent
to each gap toward the interpolated values. Users may prefer to disable
filtering and/or downsampling. The flag is cleared by reset_gap_notices(),
which glassbox() calls at the start of each run.
warn_filter_over_gaps(step)
step |
Character label of the calling step (e.g. |
Invisibly returns NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.