createListDualMeasurePlot: Create a list line plot with a measure on x and y aixs

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 measures

Usage

1
2
3
createListDualMeasurePlot(dt, list.measure1, list.measure2,
  draw.lines = FALSE, color.by = "algorithm", style.by = "problem",
  regression.line = FALSE)

Arguments

dt

campatible data table

list.measure1

the list measure on the x axis

list.measure2

the list measure on the y axis

draw.lines

draw a line between the points in the original order (default: FALSE)

color.by

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

style.by

defines the style of the line. Just working with 'draw.lines' = TRUE. Possibilities: "algorithm", "problem", "replication" (default: "problem")

regression.line

add a regression line to the plot (default: FALSE)

Value

a plotly line plot

Examples

1

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