createRankPlot: Create a rank plot

Description Usage Arguments Value Examples

Description

Create a plotly rank plot out of a benchmarkVis compatible data table. The created rank plot allows for Ranking of the by color.by specified input based on a given performance measure

Usage

1
createRankPlot(dt, measure, color.by = "algorithm", group.by = "problem")

Arguments

dt

compatible data table

measure

measure for Ranking

color.by

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

group.by

the column to group the markers by. Possibilities: "algorithm", "problem", "replication" (default: "problem")

Value

a rank plot

Examples

1
createRankPlot(mlr.benchmark.example, "measure.mmce.test.mean")

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