read_edf | R Documentation |
Creates an eeg_lst object from edf, edf+, and bdf file export formats.
read_edf(file, .recording = file)
file |
A edf/bdf file |
.recording |
Recording name (file name, by default). If set to NULL or NA, the patient name will be used. |
When trigger information is stored in a "Status" or "Trigger" channel, the trigger value is stored only when the value of the channel increases. This follows the default behavior of find_events in MNE 0.18. If you have a case where this assumption is incorrect, please open an issue in https://github.com/bnicenboim/eeguana/issues.
An eeg_lst
object.
Other reading and writing functions:
read_fif()
,
read_ft()
,
read_set()
,
read_vhdr()
## Not run:
s1 <- read_edf("./faces.edf", .recording = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.