check_eye_recording {VWPre} | R Documentation |
check_eye_recording
quickly checks which eyes contain gaze data
either using the EYE_TRACKED column (if available) or the Right and
Left interest area columns. It prints a summary and
suggests which setting to use for the Recording
parameter in the
function select_recorded_eye
.
check_eye_recording(data)
data |
A data table object output by |
Text feedback and instruction.
## Not run:
library(VWPre)
# Create a unified columns for the gaze data...
check_eye_recording(dat)
## End(Not run)