panel_st_agg_dynamic {starvz} | R Documentation |
Create a space-time visualization with dynamic aggregation.
Description
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.
Usage
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
)
Arguments
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 |
Value
A ggplot object
Examples
panel_st_agg_dynamic(data = starvz_sample_lu)
[Package starvz version 0.8.0 Index]