powered by
mark_trackloss marks data points related to trackloss for those in blink, off-screen, or both.
mark_trackloss
mark_trackloss(data, Type = NULL, ScreenSize = NULL)
An object of type data table as described in tibble.
A data table object output by select_recorded_eye.
select_recorded_eye
A string indicating "Blink", "OffScreen", or "Both".
A numeric vector specifying (in pixels) the dimensions of the x and y of the screen used during the experiment.
if (FALSE) { library(VWPre) # Mark trackloss... df <- mark_trackloss(data = dat, Type = "Both", ScreenSize = c(1920, 1080)) }
Run the code above in your browser using DataLab