Function to create an S3 object of class eeg_ICA
.
eeg_ICA(
mixing_matrix,
unmixing_matrix,
signals,
timings,
events,
chan_info,
srate,
epochs,
algorithm,
contents
)
ICA mixing matrix
ICA unmixing matrix
ICA component timecourses.
Unique timepoints remaining in the data.
event table
A data frame containing electrode labels and coordinates.
Sampling rate in Hz. A numeric value.
A data frame containing meta-information about the epochs contained in the data, such as participant ID label and condition labels for epochs.
The method used to calculate the decomposition.
Whether the object contains only the mixing and unmixing matrices ("weights") or source timecourses as well ("full")
An object of class eeg_ICA
.