Description Usage Arguments Value Examples
Create a plotly line plot out of a benchmarkVis compatible data table. The created line chart shows the change within the specified list measures
1 2 3 | createListDualMeasurePlot(dt, list.measure1, list.measure2,
draw.lines = FALSE, color.by = "algorithm", style.by = "problem",
regression.line = FALSE)
|
dt |
campatible data table |
list.measure1 |
the list measure on the x axis |
list.measure2 |
the list measure on the y axis |
draw.lines |
draw a line between the points in the original order (default: FALSE) |
color.by |
defines the color of the markers. Possibilities: "algorithm", "problem", "replication" (default: "algorithm") |
style.by |
defines the style of the line. Just working with 'draw.lines' = TRUE. Possibilities: "algorithm", "problem", "replication" (default: "problem") |
regression.line |
add a regression line to the plot (default: FALSE) |
a plotly line plot
1 | createListDualMeasurePlot(mlr.benchmark.example, "list.mmce", "list.ber")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.