Detect high correlation with EOG channels

ar_eogcor(decomp, ...)

# S3 method for eeg_ICA
ar_eogcor(decomp, data, HEOG, VEOG, threshold = NULL,
  plot = TRUE, ...)

Arguments

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

Methods (by class)

  • eeg_ICA: Method for eeg_ICA objects.