apply_ica: Recreate channel timecourses from ICA decompositions.

Description Usage Arguments Methods (by class) Author(s)

View source: R/run_ICA.R

Description

This function can be used to either recreate "mixed" (i.e. channel level) timecourses from an ICA decomposition, or to apply a set of ICA weights to a given dataset for the purpose of removing specific ICA components from that dataset.

Usage

1
2
3
4
5
6
7
apply_ica(data, ...)

## S3 method for class 'eeg_ICA'
apply_ica(data, comps = NULL, ...)

## S3 method for class 'eeg_epochs'
apply_ica(data, decomp, comps, ...)

Arguments

data

An eeg_ICA or eeg_epochs object.

...

Other parameters.

comps

Components to remove.

decomp

An eeg_ICA object.

Methods (by class)

Author(s)

Matt Craddock matt@mattcraddock.com


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