| edf.all | R Documentation |
edf.all returns all of the most common information from
an SR-Research EyeLink EDF file (fixations, saccades, blinks, and samples)
edf.all(EDFfile, samples = FALSE, eventmask = FALSE)
EDFfile |
path to an EDF file |
samples |
logical indicating whether to import samples (default=FALSE) |
eventmask |
logical indicating whether to add an |
edf.all is useful for obtaining fixations, saccades, blinks, and (optionally)
samples from an EDF in one shot. If you need only 1 of these (i.e., just fixations)
then use edf.events, edf.samples, edf.messages, or
edf.recordings. By default it grabs only event data. Use the samples
argument to get sample data as well.
The output will be a list with 4 named elements (fixations, saccades, blinks, and samples) each element being a data frame
Jason Hubbard, hubbard3@uoregon.edu
## Not run:
output <- edf.all('/path/to/file.edf',samples=TRUE)
output$fixations #data frame
output$saccades #another data frame
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.