Description Usage Arguments Value Examples
Loads signal, state and parameters from .dat file
1 | load_bcidat(file, raw = FALSE)
|
file |
Name of file to be loaded. Extension can be omitted, so function will try to open 'file.dat' if 'file' is not existing. |
raw |
Whether load raw data, or calibrated. |
signal |
Matrix of the dimension samples*channels with EEG data |
states |
Matrix with state values. Number of rows corresponds to number of samples in signal. |
parameters |
List of parameters. Values can be characters, matrices of characters or lists of lists of anything else. |
1 2 3 4 | ## Not run:
data <- load_bcidat('record.dat')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.