Learn R Programming

starvz (version 0.8.4)

panel_pmtool_kiteration: 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
)

Value

A ggplot object

Arguments

data

starvz_data with trace data

legend

enable/disable legends

x_start

X-axis start value

x_end

X-axis end value

Examples

Run this code
panel_pmtool_kiteration(data = starvz_sample_lu)

Run the code above in your browser using DataLab