createListBoxPlot: Create a list box plot

Description Usage Arguments Value Examples

Description

Create a plotly box plot out of a benchmarkVis compatible data table. The created box plot allows for comparison of the benchmark entries based on a given performance measure x-Axis: the benchmark entries. y-Axis: measure.

Usage

1
createListBoxPlot(dt, list.measure, violin = FALSE, color.by = "algorithm")

Arguments

dt

campatible data table

list.measure

the column name containing the list of a specific measure

violin

if set to TRUE a violin plot instead of boxplot is produced (default: FALSE)

color.by

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

Value

a plotly box plot

Examples

1

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