Description Usage Arguments Details Author(s) See Also Examples
Displays measurement results as box plots, with R expressions on X axis and execution time on Y axis.
1 2 3 4 5 6 7 8 9 10 11 |
x |
An object of class |
units |
Character. The units to be used in printing the timings.
The available units are nanoseconds ( |
log |
Logical. Should times be plotted on log scale? |
xlab |
Character. X axis label. |
ylab |
Character. Y axis label. |
horizontal |
Logical. If set to |
violin |
Logical. Use |
... |
Arguments passed on to |
If ggplot2
package is available, it will be used. In order to switch to default
boxplot
from the graphics
package set option benchr.use_ggplot
to FALSE
: options(benchr.use_ggplot = FALSE)
.
Artem Klevtsov a.a.klevtsov@gmail.com
1 2 3 4 5 6 |
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.