Description Usage Arguments Value Methods (by class) Examples
View source: R/pupilr-getters.R
Returns gaze data in a given timewindows
1 2 3 4 | get_gaze_timewindow(obj, start, end, ...)
## S3 method for class 'surface.item'
get_gaze_timewindow(obj, start, end, since_start = F, ...)
|
obj |
pupilr or surface object |
start |
start time in seconds (numeric) |
end |
end time in seconds (numeric) |
... |
|
since_start |
defaults to false |
gaze data.frame between given times
surface.item: implementation for the surface.item
1 | gaze <- get_gaze_timewindow(surface_object, 1000, 1200, on_surface = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.