View source: R/utils-render_report.R
| make_gap_filter_provenance_note | R Documentation |
If lpfilt() and/or downsample() were run on data that still contained
gaps left as NA by interpolate(max_gap_ms), those steps filtered over the
gaps (temporarily filling and then re-masking them), which can slightly bias
the valid samples adjacent to each gap. This records that fact as a
"Data Quality Notes" section in the HTML report so it is part of the
preprocessing provenance.
make_gap_filter_provenance_note(eyeris)
eyeris |
An |
A markdown string for the report (empty string if no such filtering
over gaps occurred, or if max_gap_ms is not a single finite numeric value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.