Description Usage Arguments Methods (by class) Author(s)
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.
1 2 3 4 5 6 7 8 9 10 | eeg_combine(data, ...)
## S3 method for class 'list'
eeg_combine(data, ...)
## S3 method for class 'eeg_data'
eeg_combine(data, ...)
## S3 method for class '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
Matt Craddock, matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.