Skip to contents

Empirical gaze data-quality profile

Usage

gaze_data_quality_profile(
  data,
  x = "gaze_x",
  y = "gaze_y",
  time = "timestamp_ms",
  target_x = NULL,
  target_y = NULL,
  valid = NULL,
  by = NULL,
  time_unit = c("ms", "s", "us")
)

Arguments

data

Gaze samples.

x, y

Gaze coordinates.

time

Timestamp column.

target_x, target_y

Optional known target coordinates.

valid

Optional validity indicator column.

by

Optional grouping columns.

time_unit

Timestamp unit.