boxplot.microbenchmark {microbenchmark}R 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 olafm@p-value.net


[Package microbenchmark version 1.3-0 Index]