
Compute scanpath geometry features by subject and trial
Source:R/bayesian_planning_helpers.R
compute_gazepoint_scanpath_geometry.RdComputes scanpath length, straight-line distance, efficiency, convex-hull area, and spatial dispersion from sequential gaze/fixation coordinates.
Usage
compute_gazepoint_scanpath_geometry(
data,
x,
y,
subject,
trial,
time = NULL,
condition = NULL
)