
Save progressive summary plots for each block
Source:R/utils-render_report.R
save_progressive_summary_plots.RdGenerates and saves progressive summary plots for each block in the eyeris
object.
Usage
save_progressive_summary_plots(
eyeris,
out_dir,
preview_n = 3,
plot_params = list(),
eye_suffix = NULL,
verbose = TRUE
)Arguments
- eyeris
An
eyerisobject containing preprocessing results- out_dir
Output directory for saving plots
- preview_n
Number of preview samples for plotting
- plot_params
Additional plotting parameters
- eye_suffix
Optional eye suffix for binocular data
- verbose
Logical. Whether to print verbose output (default TRUE).