microbenchmark (version 1.4-2.1)

boxplot.microbenchmark: Boxplot of microbenchmark timings.

Description

Boxplot of microbenchmark timings.

Usage

# S3 method for microbenchmark
boxplot(x, unit = "t", log = TRUE, xlab, ylab, ...)

Arguments

x

A microbenchmark object.

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.