View source: R/pipeline-glassbox.R
plot_with_seed | R Documentation |
Internal function to handle plotting with consistent seed management for the glassbox pipeline interactive previews.
plot_with_seed(
file,
step_counter,
seed,
preview_n,
preview_duration,
preview_window,
only_linear_trend,
next_step,
block_name = NULL,
verbose = TRUE
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.