createBoxPlot: Create a 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 by color.by specified input based on a given performance measure

Usage

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

Arguments

dt

compatible data table

measure

measure for comparison

violin

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

color.by

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

Value

a box plot

Examples

1
2
createBoxPlot(mlr.benchmark.example, 'measure.mmce.test.mean')
createBoxPlot(mlr.benchmark.example, 'measure.mmce.test.mean', violin = TRUE)

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