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

Description Usage Arguments Author(s)

View source: R/class_handling.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
eeg_ICA(
  mixing_matrix,
  unmixing_matrix,
  signals,
  timings,
  events,
  chan_info,
  srate,
  epochs,
  algorithm
)

Arguments

mixing_matrix

ICA mixing matrix

unmixing_matrix

ICA unmixing matrix

signals

ICA components

timings

Unique timepoints remaining in the data.

events

event table

chan_info

String of character names for electrodes.

srate

Sampling rate

epochs

Epoch information

algorithm

The method used to calculate the ICA decomposition.

Author(s)

Matt Craddock matt@mattcraddock.com


kusumikakd/EEG documentation built on June 28, 2020, 12:30 a.m.