createParameterBoxPlot: Create a parameter box 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 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.

Usage

1
2
createParameterBoxPlot(dt, measure, parameter.column, parameter,
  violin = FALSE)

Arguments

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)

Value

a plotly box plot

Examples

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

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