import_set | R Documentation |
EEGLAB
.set filesLoad EEGLAB
.set files and convert them to eeg_epochs
objects. Supports
import of files saved in either Matlab v6.5 or Matlab v7.3 formats. Currently,
any ICA weights or decompositions are discarded.
import_set( file_name, df_out = FALSE, participant_id = NULL, recording = NULL, drop_custom = FALSE, verbose = TRUE )
file_name |
Filename (and path if not in present working directory) |
df_out |
Defaults to FALSE - outputs an object of class |
participant_id |
Character vector. By default, the filename will be used as the id of the participant. |
recording |
Character vector. By default, the filename will be used as the name of the recording. |
drop_custom |
Drop custom event fields. TRUE by default. |
verbose |
Print informative messages. TRUE by default. |
An object of class eeg_epochs
Matt Craddock matt@mattcraddock.com
## Not run: import_set("your_data.set")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.