boxplot.microbenchmark | R Documentation |
microbenchmark
timings.Boxplot of microbenchmark
timings.
## S3 method for class 'microbenchmark'
boxplot(
x,
unit = "t",
log = TRUE,
xlab,
ylab,
horizontal = FALSE,
main = "microbenchmark timings",
...
)
x |
A |
unit |
Unit in which the results be plotted. |
log |
Should times be plotted on log scale? |
xlab |
X axis label. |
ylab |
Y axis label. |
horizontal |
Switch X and Y axes. |
main |
Plot title. |
... |
Passed on to boxplot.formula. |
Olaf Mersmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.