Detect high correlation with EOG channels
ar_eogcor(decomp, ...) # S3 method for eeg_ICA ar_eogcor(decomp, data, HEOG, VEOG, threshold = NULL, plot = TRUE, ...)
decomp | ICA decomposition |
---|---|
... | Other parameters |
data | Original data |
HEOG | Horizontal eye channels |
VEOG | Vertical eye channels |
threshold | Threshold for correlation (r). Defaults to NULL, automatically determining a threshold. |
plot | Plot correlation coefficient for all components |
eeg_ICA
: Method for eeg_ICA objects.