createParameterDualPlot: Create a parameter dual scatter plot

Description Usage Arguments Value Examples

Description

This plot is just usable if at least one parameter column is contained. Create a plotly scatter plot out of a benchmarkVis compatible data table. The created scatter plot shows the connection between the specified measure and two different parameters. x-Axis: the second parameter. y-Axis: the first parameter. Size and color of the circles: Depends on the measure value.

Usage

1
2
createParameterDualPlot(dt, measure, parameter.column, parameter,
  parameter.column2, parameter2, plot.area = FALSE)

Arguments

dt

compatible data table

measure

the column name containing the results of a measure

parameter.column

the parameter column which contains the parameter

parameter

the first parameter you want to examine

parameter.column2

the parameter column which contains the second parameter

parameter2

the second parameter you want to examine

plot.area

plot the measure as an area instead of scatters (default: FALSE)

Value

a plotly scatter plot

Examples

1
createParameterDualPlot(mlr.tuning.example, "measure.acc.test.mean", "algorithm.parameter", "C", "algorithm.parameter", "sigma")

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