slice_epochs_with_limits {eyeris} | R Documentation |
Slice epochs with explicit limits
Description
Creates epochs using explicit time limits around a central timestamp.
Usage
slice_epochs_with_limits(x_raw, cur_ts, lims, hz)
Arguments
x_raw |
The raw timeseries dataframe |
cur_ts |
The central timestamp |
lims |
Time limits in seconds (negative for before, positive for after) |
hz |
Sampling rate in Hz |
Value
A dataframe containing the epoch data
[Package eyeris version 2.1.0 Index]