eeg_data: Function to create an S3 object of class "eeg_data".

Description Usage Arguments Author(s)

View source: R/utils.R

Description

Function to create an S3 object of class "eeg_data".

Usage

1
2
eeg_data(data, srate, events = NULL, chan_info = NULL,
  timings = NULL, continuous = NULL, reference = NULL)

Arguments

data

Raw data - signals from electrodes/channels.

srate

Sampling rate in Hz.

events

Event table

chan_info

String of character names for electrodes.

timings

Timing information - samples and sample /samplirng rate.

continuous

Whether the data is continuous or epoched.

reference

Reference channel information, including names of reference channels, excluded channels etc.

Author(s)

Matt Craddock matt@mattcraddock.com


neuroconductor-devel-releases/eegUtils documentation built on May 5, 2020, 3:49 a.m.