read_set | R Documentation |
Creates an eeg_lst object from Matlab exported files. The function reads a .mat or .set file using R.matlab
. If you do not already have R.matlab
installed in R, you will need to install it yourself. The file should have the structure described in this Data structure article. This function is experimental (there are many different formats of eeglab files). If your file cannot be opened please open an issue with a link to the file in github.
read_set(file, .recording = file)
file |
A .mat or .set file containing a fieldtrip struct. |
.recording |
Recording name, by default is the file name. |
An eeg_lst
object with signal_tbl and event from a Matlab file.
Other reading and writing functions:
read_edf()
,
read_fif()
,
read_ft()
,
read_vhdr()
## Not run:
s1 <- read_ft("./subject1.set", .recording = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.