View source: R/pipeline-loadgeneric.R
| warn_irregular_sampling | R Documentation |
Several eyeris steps assume a fixed sampling interval (an EyeLink-style
quirk). This emits a soft warning when consecutive timestamps within a block
are not uniformly spaced, which can indicate dropped samples.
warn_irregular_sampling(timeseries, verbose)
timeseries |
A named list of per-block time series data frames. |
verbose |
Logical. Whether to print verbose output. |
Invisibly NULL; called for its side effect (warning).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.