View source: R/phase2_states_chart.R
panel_st_agg_node | R Documentation |
Use any state trace data to plot the task computations by Node over the execution time with Gantt Chart. This function aggregate states within the same resource type.
panel_st_agg_node(
data,
x_start = data$config$limits$start,
x_end = data$config$limits$end,
step = data$config$st$aggregation$step,
legend = data$config$st$legend,
selected_nodes = data$config$selected_nodes
)
data |
starvz_data with trace data |
x_start |
X-axis start value |
x_end |
X-axis end value |
step |
time-step |
legend |
option to activate legend |
selected_nodes |
select only some nodes in some plots |
A ggplot object
panel_st_agg_node(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.