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 density plot out of a benchmarkVis compatible data table. The created density chart shows the distribution of the input measure based on the specified parameter.. x-Axis: the measure y-Axis: the density.
1 2 | createParameterDensityPlot(dt, measure, parameter.column, parameter,
stacked = FALSE)
|
dt |
campatible data table |
measure |
the input measure on the x axis |
parameter.column |
the parameter column which contains the parameter |
parameter |
the parameter you want to examine |
stacked |
defines if the density curves should be stacked. Alternative is transparent (default: FALSE) |
a plotly density plot
1 | createParameterDensityPlot(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.