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, ...)

Arguments

data

An eeg_data or eeg_epochs object, or a list of such objects.

...

additional eeg_data or eeg_epochs objects

Methods (by class)

  • 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