eeg_tfr: Object creator for eeg_tfr objects.

View source: R/class_handling.R

eeg_tfrR Documentation

Object creator for eeg_tfr objects.

Description

Object creator for eeg_tfr objects.

Usage

eeg_tfr(
  data,
  srate,
  events,
  chan_info = NULL,
  reference,
  timings = NULL,
  freq_info,
  dimensions,
  epochs = NULL
)

Arguments

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

Author(s)

Matt Craddock matt@mattcraddock.com


craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.