eeg_session: Instantiate a new EEG session

Description Usage Arguments Value Examples

View source: R/eegr.R

Description

Instantiate a new EEG session

Usage

1
eeg_session(signal, srate, onset, ends = NULL, e_size = NULL)

Arguments

signal

Vector of raw voltage recordings

srate

Integer specifying samples/second

onset

Vector of signal indices (possibly named) where events of interest started

ends

Vector of signal indices where events of interest ended

e_size

Optional argument. If offset was not informed, consider events as ending at onset+e_size

Value

An EEGSession S4 object

Examples

1
eeg_session(signal, 1000L, c(1000,2000))

limads/eegr documentation built on May 3, 2019, 3:21 p.m.