eeg_ica_show | R Documentation |
Add independent components (or sources) to the signal table for visualization.
eeg_ica_show(.data, ...)
.data |
An eeg_ica_lst object |
... |
Components to extract from the mixing matrix of the ICA transformation. |
Other ICA functions:
eeg_ica_cor_tbl()
,
eeg_ica_keep()
,
eeg_ica_summary_tbl()
,
eeg_ica_var_tbl()
,
eeg_ica()
,
plot_components()
# For demonstration only, since ICA won't converge
library(ggplot2)
library(dplyr)
# Suppressing an important warning:
suppressWarnings(data_faces_10_trials %>%
eeg_ica(-EOGH, -EOGV, -M1, -M2, .method = fast_ICA, .config = list(maxit = 10))) %>%
eeg_ica_show(ICA1) %>%
plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.