Last data update: 2014.03.03

R: Boxplot of 'microbenchmark' timings.
boxplot.microbenchmarkR Documentation

Boxplot of microbenchmark timings.

Description

Boxplot of microbenchmark timings.

Usage

## S3 method for class '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.

Author(s)

Olaf Mersmann

Results