slice_epochs_with_limits: Slice epochs with explicit limits

View source: R/utils-epoch.R

slice_epochs_with_limitsR 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


eyeris documentation built on July 3, 2025, 9:08 a.m.