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