eeg_ica_show: Add independent components (or sources) to the signal table...

eeg_ica_showR Documentation

Add independent components (or sources) to the signal table for visualization.

Description

Add independent components (or sources) to the signal table for visualization.

Usage

eeg_ica_show(.data, ...)

Arguments

.data

An eeg_ica_lst object

...

Components to extract from the mixing matrix of the ICA transformation.

See Also

Other ICA functions: eeg_ica_cor_tbl(), eeg_ica_keep(), eeg_ica_summary_tbl(), eeg_ica_var_tbl(), eeg_ica(), plot_components()

Examples


# 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()

bnicenboim/eeguana documentation built on March 16, 2024, 7:21 a.m.