slice_epochs_with_limits | R Documentation |
Creates epochs using explicit time limits around a central timestamp.
slice_epochs_with_limits(x_raw, cur_ts, lims, hz)
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 |
A dataframe containing the epoch data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.