extract_baseline_epochs {eyeris} | R Documentation |
Extract baseline epochs from timeseries data
Description
Extracts baseline periods from timeseries data based on event messages and time ranges or start/end messages.
Usage
extract_baseline_epochs(x, df, evs, time_range, matched_epochs, hz)
Arguments
x |
An |
df |
The timeseries dataframe |
evs |
Event messages for baseline extraction |
time_range |
Time range for baseline extraction |
matched_epochs |
Matched epoch start/end times |
hz |
Sampling rate in Hz |
Value
A list of baseline epoch dataframes
[Package eyeris version 2.1.0 Index]