get_gaze_timewindow: Returns gaze data in a given timewindows

Description Usage Arguments Value Methods (by class) Examples

View source: R/pupilr-getters.R

Description

Returns gaze data in a given timewindows

Usage

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, ...)

Arguments

obj

pupilr or surface object

start

start time in seconds (numeric)

end

end time in seconds (numeric)

...
since_start

defaults to false

Value

gaze data.frame between given times

Methods (by class)

Examples

1
gaze <- get_gaze_timewindow(surface_object, 1000, 1200, on_surface = F)

hejtmy/pupilr documentation built on April 23, 2021, 11:53 a.m.