Description Usage Arguments Value Examples
Create a plotly rank matrix bar plot out of a benchmarkVis compatible data table. The created bar chart shows the the rank of the specified list measure for each iteration.
1 | createListRankMatrixBarPlot(dt, list.measure, stacked = TRUE)
|
dt |
campatible data table |
list.measure |
the column name containing the list of a specific measure |
stacked |
defines if the bars should be stacked (default: TRUE) |
a plotly rank matrix bar plot
1 | createListRankMatrixBarPlot(microbenchmark.example, "list.values")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.