import_ft | R Documentation |
Fieldtrip is a Matlab package for EEG/MEG processing and analysis.
import_ft(file_name, participant_id = NULL, recording = NULL, verbose = TRUE)
file_name |
Name of file to be imported. |
participant_id |
Identifier for the participant. |
recording |
Name of the recording. By default, the filename will be used. |
verbose |
Informative messages printed to console. Defaults to TRUE. |
An object of class eeg_data
, eeg_epochs
, or
eeg_tfr
, depending on the type of input data.
Matt Craddock matt@mattcraddock.com
## Not run: import_ft("fieldtrip_test.mat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.