createListScatterPlot: Create a list scatter plot

Description Usage Arguments Value Examples

Description

Create a plotly scatter plot out of a benchmarkVis compatible data table. The created scatter plot allows to compare the performances based on the giving performance measure. x-Axis: the benchmark entries. y-Axis: measure.

Usage

1
createListScatterPlot(dt, list.measure, color.by = "algorithm")

Arguments

dt

campatible data table

list.measure

the column name containing the list of a specific measure

color.by

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

Value

a plotly scatter plot

Examples

1

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