View source: R/extract_blinks.R
extract_blinks | R Documentation |
Extracts blinks from the events
table of the eyelinkRecording
object.. Normally,
you don't need to call this function yourself,
as it is called during the read_edf
with default settings
(e.g., import_blinks = TRUE
).
extract_blinks(object)
## S3 method for class 'data.frame'
extract_blinks(object)
## S3 method for class 'eyelinkRecording'
extract_blinks(object)
object |
Either an |
Object of the same time as input, i.e., either a eyelinkRecording
object
with an additional blinks
slot or a data.frame with blinks' information. See
eyelinkRecording
for details.
read_edf, eyelinkRecording
data(gaze)
# by passing the recording
gaze <- extract_blinks(gaze)
# by passing events table
blinks <- extract_blinks(gaze$events)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.