createScatterPlot: Create a scatter plot

Description Usage Arguments Value Examples

Description

Create a 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 groups. y-Axis: measure.

Usage

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

Arguments

dt

compatible data table

measure

the measure to plot

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 scatter plot

Examples

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

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