panel_pmtool_kiteration {starvz}R Documentation

Create a special chart for applications with iterations with PMtool data

Description

Plot iteraionts Y over Time X of PMtool data

Usage

panel_pmtool_kiteration(
  data = NULL,
  legend = data$config$pmtool$kiteration$legend,
  x_start = data$config$limits$start,
  x_end = data$config$limits$end
)

Arguments

data

starvz_data with trace data

legend

enable/disable legends

x_start

X-axis start value

x_end

X-axis end value

Value

A ggplot object

Examples

panel_pmtool_kiteration(data = starvz_sample_lu)

[Package starvz version 0.8.0 Index]