Learn R Programming

VWPre (version 1.2.4)

check_eye_recording: 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 create_time_series.

Value

Text feedback and instruction.

Examples

Run this code
# NOT RUN {
library(VWPre)
# Create a unified columns for the gaze data...
check_eye_recording(dat)
# }

Run the code above in your browser using DataLab