Description Usage Arguments Methods (by class) Author(s)
View source: R/data_averaging.R
This function is used to create an eeg_evoked
object from
eeg_epochs
.
1 2 3 4 5 6 7 8 9 10 11 12 13 | eeg_average(data, ...)
## Default S3 method:
eeg_average(data, ...)
## S3 method for class 'eeg_epochs'
eeg_average(data, cols = NULL, ...)
## S3 method for class 'eeg_evoked'
eeg_average(data, cols = NULL, ...)
## S3 method for class 'eeg_tfr'
eeg_average(data, cols = NULL, ...)
|
data |
An |
... |
Other arguments passed to the averaging functions |
cols |
Columns from the |
default
: Default method for averaging EEG objects
eeg_epochs
: Create evoked data from eeg_epochs
eeg_evoked
: average an eeg_tfr objects over epochs.
eeg_tfr
: average an eeg_tfr objects over epochs.
Matt craddock matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.