boxplot.microbenchmark {microbenchmark} | R Documentation |
microbenchmark
timings.Boxplot of microbenchmark
timings.
## S3 method for class 'microbenchmark' boxplot(x, unit = "t", log = TRUE, xlab, ylab, ...)
x |
A |
unit |
Unit in which the results be plotted. |
log |
Should times be plotted on log scale? |
xlab |
X axes label. |
ylab |
Y axes label. |
... |
Passed on to boxplot.formula. |
Olaf Mersmann