Description Usage Arguments Value Examples
This plot is just usable if at least one parameter column is contained in the data table. Create a plotly box plot out of a benchmarkVis compatible data table. The created box chart shows the distribution for the input measure based on the specified parameter. x-Axis: different values of the parameter. y-Axis: the measure.
1 2 | createParameterBoxPlot(dt, measure, parameter.column, parameter,
violin = FALSE)
|
dt |
campatible data table |
measure |
the measure on the y axis |
parameter.column |
the parameter column which contains the parameter |
parameter |
the parameter you want to examine |
violin |
if set to TRUE a violin plot instead of boxplot is produced (default: FALSE) |
a plotly box plot
1 | createParameterBoxPlot(mlr.benchmark.example, "measure.mmce.test.mean", "problem.parameter", "size")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.