craddm / eegUtils

An R package for processing and plotting of electroencephalography (EEG) data
https://craddm.github.io/eegUtils/
Other
105 stars 27 forks source link

`implicit_ref` argument in `eeg_reference` not longer works #113

Closed craddm closed 3 years ago

craddm commented 3 years ago
eegUtils::eeg_reference(eegUtils::demo_epochs, "A13", implicit_ref = TRUE)
#> Error: Can't combine `..1$electrode` <character> and `..2$electrode` <logical>.

Created on 2021-11-23 by the reprex package (v2.0.1)

craddm commented 3 years ago

... it works, I just forgot how to use it. improved the documentation in latest commit on dev #103