View source: R/import_erplab.R
import_erplab | R Documentation |
ERPLAB is a toolbox for Event Related Potential analysis associated with EEGLAB. It exports files in Matlab v6.5 format, either with an .erp or .mat extension. Note that ERPLAB files can contain data from multiple subjects, individual subjects, or averaged over multiple subjects. The files do not distinguish between these possibilities, so users will need to apply their own knowledge of the contents to import them correctly.
import_erplab( file_name, df_out = FALSE, participant_id = NULL, recording = NULL )
file_name |
Filename (and path if not in present working directory) |
df_out |
Defaults to FALSE - outputs an object of class |
participant_id |
By default, the filename will be used as the id of the participant. |
recording |
By default, the filename will be used as the name of the recording. |
An object of class eeg_epochs
or a data.frame.
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.