epoch_manually {eyeris} | R Documentation |
Manually epoch using provided start/end dataframes of timestamps
Description
This function manually epochs data using provided start/end dataframes of timestamps.
Usage
epoch_manually(eyeris, ts_list, hz, verbose)
Arguments
eyeris |
An object of class |
ts_list |
A list containing start/end dataframes of timestamps |
hz |
Sampling rate in Hz |
verbose |
A flag to indicate whether to print detailed logging messages |
Details
This function is called by the internal process_epoch_and_baselines()
function.
Value
A list containing epoch results
[Package eyeris version 2.1.0 Index]