boxplot.mbc: Boxplot of 'mbc' timings.

Description Usage Arguments Author(s) Examples

Description

Boxplot of mbc timings.

Usage

1
2
## S3 method for class 'mbc'
boxplot(x, unit = "t", log = TRUE, xlab, ylab, ...)

Arguments

x

A mbc 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)

Collin Erickson, Olaf Mersmann

Examples

1
2
m1 <- mbc(sum(rexp(ceiling(100*rexp(1)))))
boxplot(m1)

CollinErickson/mbc documentation built on May 28, 2019, 12:18 p.m.