plot_with_seed {eyeris} | R Documentation |
Plot with seed handling for glassbox pipeline
Description
Internal function to handle plotting with consistent seed management for the glassbox pipeline interactive previews.
Usage
plot_with_seed(
file,
step_counter,
seed,
preview_n,
preview_duration,
preview_window,
only_linear_trend,
next_step,
block_name = NULL,
verbose = TRUE
)
Arguments
file |
The |
step_counter |
Current step counter |
seed |
A random seed for reproducible plotting |
preview_n |
Number of preview epochs |
preview_duration |
Duration of each preview in seconds |
preview_window |
Preview window specification |
only_linear_trend |
A flag to indicate whether to show only linear trend |
next_step |
Next step information |
block_name |
Block name (optional, for multi-block processing) |
verbose |
A flag to indicate whether to show verbose output |
[Package eyeris version 2.1.0 Index]