slice_epoch {eyeris}R Documentation

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)

Arguments

x_raw

The raw timeseries dataframe

s

Start time in milliseconds

e

End time in milliseconds

Value

A dataframe containing the epoch data


[Package eyeris version 2.1.0 Index]