createDensityPlot: Create a density plot

Description Usage Arguments Value Examples

Description

Create a plotly density plot out of a benchmarkVis compatible data table. The created density chart shows the distribution of the specified measure for color.by input

Usage

1
createDensityPlot(dt, measure, stacked = FALSE, color.by = "algorithm")

Arguments

dt

campatible data table

measure

the column name of the measure

stacked

defines if the density curves should be stacked. Alternative is transparent (default: FALSE)

color.by

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

Value

a plotly density plot

Examples

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

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