
Simulate a small multimodal Gazepoint-style dataset
Source:R/roadmap-exact-backlog-helpers.R
simulate_gazepoint_multimodal_data.RdGenerates deterministic synthetic biometric, pupil/gaze, event, AOI, and fixation tables for tests, examples, and smoke-test workflows. The output is for software demonstration only and should not be treated as physiological validation data.
Usage
simulate_gazepoint_multimodal_data(
n = NULL,
duration_s = 20,
sampling_rate_hz = 50,
seed = 1,
participant = "P01",
n_trials = 4
)