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