View source: R/class_handling.R
eeg_ICA | R Documentation |
eeg_ICA
.Function to create an S3 object of class eeg_ICA
.
eeg_ICA( mixing_matrix, unmixing_matrix, signals, timings, events, chan_info, srate, epochs, algorithm )
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. |
An object of class eeg_ICA
.
Matt Craddock matt@mattcraddock.com
Matt Craddock matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.