Description Usage Arguments Value Examples
Create a plotly density plot out of a benchmarkVis compatible data table. The created density chart shows the distribution of the specified list measure by its ranks.
1  | createListDensityRankPlot(dt, list.measure, stacked = FALSE)
 | 
dt | 
 campatible data table  | 
list.measure | 
 the column name containing the list of a specific measure  | 
stacked | 
 defines if the density curves should be stacked. Alternative is transparent. Default: FALSE  | 
a plotly density plot
1  | createListDensityRankPlot(microbenchmark.example, "list.values", TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.