View source: R/get_gaze_diagnostics.R
get_gaze_diagnostics | R Documentation |
Use fixation data to calculate two diagnostics of gaze track quality: non-fixation time and out-of-bounds proportion.
get_gaze_diagnostics(gaze, screen_size = c(1024, 768))
gaze |
fixation list from fixation report |
screen_size |
size of the screen in pixels. Defaults to c(1024, 768) |
data frame containing gaze diagnostics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.