Learn R Programming

eyeris (version 2.0.0)

epoch_manually: 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)

Value

A list containing epoch results

Arguments

eyeris

An object of class eyeris derived from load_asc()

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.