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

Fix timing structure for `compute_tfr(keep_trials = FALSE)` #128

Closed craddm closed 2 years ago

craddm commented 2 years ago

compute_tfr(data, ..., keep_trials = FALSE) still returns the full timing structure, even though the data is averaged over all trials.

craddm commented 2 years ago

Fixed on dev branch