Saves standard diagnostic plots produced from gp3tools workflow outputs.
Usage
save_gazepoint_plots(
flagged_quality = NULL,
sampling = NULL,
output_dir,
prefix = "gazepoint",
overwrite = TRUE,
width = 9,
height_quality = 6,
height_sampling = 5,
dpi = 300
)Arguments
- flagged_quality
Flagged tracking-quality table, usually from
flag_tracking_quality()orrun_gazepoint_workflow().- sampling
Sampling-rate table, usually from
check_sampling_rate()orrun_gazepoint_workflow().- output_dir
Folder where plot files should be saved.
- prefix
Filename prefix used for saved plot files.
- overwrite
Logical. If
FALSE, stop when output plot files already exist.- width
Plot width in inches.
- height_quality
Tracking-quality plot height in inches.
- height_sampling
Sampling-rate plot height in inches.
- dpi
Plot resolution.