ERP | R Documentation |
This dataset delivers 216 covariance matrices from EEG ERPs with 4 different known classes by types of sources. Among 60 channels, only 32 channels are taken and sample covariance matrix is computed for each participant. The data is taken from a Python library mne's sample data.
data(ERP)
a named list containing
an (32\times 32\times 216) array of covariance matrices.
a length-216 factor of 4 different classes.
wrap.spd
## LOAD THE DATA AND WRAP AS RIEMOBJ data(ERP) myriem = wrap.spd(ERP$covariance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.