Combine multiple eeg_epochs
or eeg_data
objects into a single
object. Note that this does not currently perform any sort of checking for
internal consistency or duplication. It simply combines the objects in the
order they are passed.
eeg_combine(data, ...) # S3 method for list eeg_combine(data, ...) # S3 method for eeg_data eeg_combine(data, ...) # S3 method for eeg_epochs eeg_combine(data, ...)
data | An |
---|---|
... | additional |
list
: Method for combining lists of eeg_data
and
eeg_epochs
objects.
eeg_data
: Method for combining eeg_data
objects.
eeg_epochs
: Method for combining eeg_epochs
objects