Learn R Programming

eyeris (version 2.0.0)

slice_epoch: Slice epoch from raw timeseries data

Description

Extracts a time segment from raw timeseries data based on start and end times.

Usage

slice_epoch(x_raw, s, e)

Value

A dataframe containing the epoch data

Arguments

x_raw

The raw timeseries dataframe

s

Start time in milliseconds

e

End time in milliseconds