interp_elecs: Channel interpolation

View source: R/current_source_density.R

interp_elecsR Documentation

Channel interpolation

Description

Interpolate EEG channels using a spherical spline (Perrin et al., 1989; 1990). The data must have channel locations attached.

Usage

interp_elecs(data, bad_elecs, ...)

## S3 method for class 'eeg_data'
interp_elecs(data, bad_elecs, ...)

Arguments

data

Data as a eeg_data or eeg_epochs object.

bad_elecs

Name(s) of electrode(s) to interpolate.

...

Other parameters passed to the functions.

Methods (by class)

  • eeg_data: Interpolate EEG channel(s)

Author(s)

Matt Craddock matt@mattcraddock.com

References

  • Perrin, F., Pernier, J., Bertrand, O., & Echallier, J. F. (1989). Spherical splines for scalp potential and current density mapping. Electroencephalography and Clinical Neurophysiology, 72, 184-187

  • Perrin, F., Pernier, J., Bertrand, O., & Echallier, J. F. (1990). Corrigenda EEG 02274. Electroencephalography and Clinical Neurophysiology, 76, 565


craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.