check_eye_recording {VWPre} | R Documentation |
Check which eyes were recorded during the experiment
Description
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
.
Usage
check_eye_recording(data)
Arguments
data |
A data table object output by |
Value
Text feedback and instruction.
Examples
## Not run:
library(VWPre)
# Create a unified columns for the gaze data...
check_eye_recording(dat)
## End(Not run)
[Package VWPre version 1.2.4 Index]