View source: R/class_handling.R
eeg_tfr | R Documentation |
Object creator for eeg_tfr objects.
eeg_tfr(
data,
srate,
events,
chan_info = NULL,
reference,
timings = NULL,
freq_info,
dimensions,
epochs = NULL
)
data |
TFR transformed data |
srate |
Sampling rate in Hz. A numeric value. |
events |
Event tables |
chan_info |
Standard channel information. |
reference |
Reference information |
timings |
Timing information. |
freq_info |
Frequencies and other useful information |
dimensions |
List of which dimension is which |
epochs |
Epoch information |
Matt Craddock matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.