View source: R/pipeline-glassbox.R
glassbox_internal | R Documentation |
Internal glassbox function for processing individual eyes
glassbox_internal(
file,
interactive_preview = FALSE,
preview_n = 3,
preview_duration = 5,
preview_window = NULL,
verbose = TRUE,
params,
original_call,
seed
)
file |
The |
interactive_preview |
A flag to indicate whether to show interactive previews |
preview_n |
Number of preview epochs |
preview_duration |
Duration of each preview in seconds |
preview_window |
Preview window specification |
verbose |
A flag to indicate whether to show verbose output |
params |
A list of pipeline step parameters |
original_call |
The original call to the glassbox function |
seed |
A random seed for reproducible plotting |
An eyeris
object with the processed data lists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.