
Plot Gazepoint time resets and time-order flags
Source:R/qc-dashboard-plots.R
plot_gazepoint_time_resets.RdPlots row-level time/counter progression and flags from
audit_gazepoint_time_resets(), or computes them from a biometric data
frame. The plot is intended for synchronization and file-structure QC. It
does not establish causal timing or true physiological latency.
Usage
plot_gazepoint_time_resets(
data,
time_col = NULL,
group_cols = NULL,
max_groups = 30,
title = NULL
)Arguments
- data
A Gazepoint biometric data frame, or an
audit_gazepoint_time_resets()result.- time_col
Optional time or counter column used when
datais a raw data frame.- group_cols
Optional grouping columns used when
datais a raw data frame.- max_groups
Maximum number of groups to display.
- title
Optional plot title.