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

View source: R/class_handling.R

eeg_ICAR Documentation

Function to create an S3 object of class eeg_ICA.

Description

Function to create an S3 object of class eeg_ICA.

Usage

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 component timecourses.

timings

Unique timepoints remaining in the data.

events

event table

chan_info

A data frame containing electrode labels and coordinates.

srate

Sampling rate in Hz. A numeric value.

epochs

A data frame containing meta-information about the epochs contained in the data, such as participant ID label and condition labels for epochs.

algorithm

The method used to calculate the decomposition.

Value

An object of class eeg_ICA.

Author(s)

Matt Craddock matt@mattcraddock.com

Matt Craddock matt@mattcraddock.com


craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.