eeg_combine: Combine EEG objects

Description Usage Arguments Methods (by class) Author(s)

Description

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.

Usage

1
2
3
4
5
6
7
eeg_combine(data, ...)

## S3 method for class 'eeg_data'
eeg_combine(data, ...)

## S3 method for class 'eeg_epochs'
eeg_combine(data, ...)

Arguments

data

An eeg_epochs object

...

additional eeg_epochs objects

Methods (by class)

Author(s)

Matt Craddock, matt@mattcraddock.com


neuroconductor-devel-releases/eegUtils documentation built on May 5, 2020, 3:49 a.m.