Learn R Programming

eyeris (version 3.0.1)

slice_epoch: Slice epoch from raw time series data

Description

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

Usage

slice_epoch(x_raw, s, e)

Value

A data frame containing the epoch data

Arguments

x_raw

The raw time series data frame

s

Start time in milliseconds

e

End time in milliseconds