Description Usage Arguments Value Examples
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
1 | createDensityPlot(dt, measure, stacked = FALSE, color.by = "algorithm")
|
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") |
a plotly density plot
1 | createDensityPlot(mlr.benchmark.example, "measure.mmce.test.mean", TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.