knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

eeg_data objects

eeg_data objects are the base class that all objects in this framework have. When raw data is imported, the output is this class. Currently, this class is a list constituting the following entries:

eeg_epochs

eeg_epochs objects share the same overall structure with eeg_data objects, but some of the internals currently differ, as described below.



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