Description Usage Arguments Value Examples
Create a plotly box plot out of a benchmarkVis compatible data table. The created box plot allows for comparison of the benchmark entries based on a given performance measure x-Axis: the benchmark entries. y-Axis: measure.
1 | createListBoxPlot(dt, list.measure, violin = FALSE, color.by = "algorithm")
|
dt |
campatible data table |
list.measure |
the column name containing the list of a specific measure |
violin |
if set to TRUE a violin plot instead of boxplot is produced (default: FALSE) |
color.by |
defines the color of the boxes. Possibilities: "algorithm", "problem", "replication" (default: "algorithm") |
a plotly box plot
1 | createListBoxPlot(microbenchmark.example, "list.values")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.