createParameterDensityPlot: Create a parameter density plot

Description Usage Arguments Value Examples

Description

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.

Usage

1
2
createParameterDensityPlot(dt, measure, parameter.column, parameter,
  stacked = FALSE)

Arguments

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)

Value

a plotly density plot

Examples

1
createParameterDensityPlot(mlr.benchmark.example, "measure.mmce.test.mean", "problem.parameter", "size")

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