panel_node_summary: Create a bar plot with node information

View source: R/phase2_node_summary.R

panel_node_summaryR Documentation

Create a bar plot with node information

Description

Bar plot with makespan and abe per node

Usage

panel_node_summary(
  data,
  legend = data$config$summary_nodes$legend,
  base_size = data$config$base_size,
  expand_x = data$config$expand,
  x_start = data$config$limits$start,
  x_end = data$config$limits$end
)

Arguments

data

starvz_data with trace data

legend

enable/disable legends

base_size

base_size base font size

expand_x

expand size for scale_x_continuous padding

x_start

X-axis start value

x_end

X-axis end value

Value

A ggplot object

Examples

panel_node_summary(data = starvz_sample_lu)

starvz documentation built on June 19, 2025, 1:08 a.m.