createParallelCoordinatesPlot: Create a parallel coordinates plot

Description Usage Arguments Value Examples

Description

Create a plotly parallel coordinates plot out of a benchmarkVis compatible data table. The created parallel coordinates plot shows the relationship between problem, algorithm and all measures.

Usage

1
createParallelCoordinatesPlot(dt, color.by = "algorithm")

Arguments

dt

compatible data table

color.by

the column to color the lines with. Possibilities: "algorithm", "problem", "replication" (default: "algorithm")

Value

a plotly parallel coordinates plot

Examples

1

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