createListLinePlot: Create a list line plot

Description Usage Arguments Value Examples

Description

Create a plotly line plot out of a benchmarkVis compatible data table. The created line chart shows the change within the specified list measure for each iteration A cumulative function can be defined to get a better feeling of the course of the line chart. Possible parameters for the cumulative function are: "id" (identity function), "min", "max", "mean" - default is id.

Usage

1
2
createListLinePlot(dt, list.measure, cumulative.function = "id",
  show.histogram = FALSE, color.by = "algorithm", style.by = "problem")

Arguments

dt

campatible data table

list.measure

the column name containing the list of a specific measure

cumulative.function

the cumulative function to use for the list measure (default: "id")

show.histogram

shows the histogram of the measure values in the background (default: FALSE)

color.by

defines the color of the line. Possibilities: "algorithm", "problem", "replication" (default: "algorithm")

style.by

defines the style of the line. Possibilities: "algorithm", "problem", "replication" (default: "problem")

Value

a plotly line plot

Examples

1

collinleiber/benchmarkVis documentation built on May 28, 2019, 8:23 a.m.