View source: R/phase2_aggregation.R
panel_st_agg_dynamic | R Documentation |
Use any state trace data to plot the task computations by ResourceId over the execution time with Gantt Chart. This function dynamically aggregate states with a dynamic/automatic time-step.
panel_st_agg_dynamic(
data = NULL,
x_start = data$config$limits$start,
x_end = data$config$limits$end,
expand_x = data$config$expand,
expand_y = data$config$st$expand
)
data |
starvz_data with trace data |
x_start |
X-axis start value |
x_end |
X-axis end value |
expand_x |
expand size for scale_x_continuous padding |
expand_y |
expand size for scale_y_continuous padding |
A ggplot object
panel_st_agg_dynamic(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.