Description Usage Arguments Value Examples
Plot total elapsed time per run, split per step.
1 2 3 4 5 6 7 8 9 |
res |
Aggregated pipeline results |
steps |
The step(s) to plot (default all) |
agg.by |
The parameters by which to aggregate (set to FALSE to disable aggregation) |
agg.fn |
Aggregation function |
width |
Width of the bar; default 0.9, use 1 to remove the gaps |
split.datasets |
Logical; whether to split the datasets into facets |
return.df |
Logical; whether to return the data.frame instead of plot |
A ggplot, or a data.frame if 'return.df=TRUE'
1 2 | data("exampleResults", package="pipeComp")
plotElapsed(exampleResults, agg.by = "norm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.