eeg_combine: Combine EEG objects

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

View source: R/data_combine.R

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

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)

Author(s)

Matt Craddock, matt@mattcraddock.com


kusumikakd/EEG documentation built on June 28, 2020, 12:30 a.m.