boxplot.microbenchmark: Boxplot of 'microbenchmark' timings.

View source: R/boxplot.R

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,
  horizontal = FALSE,
  main = "microbenchmark timings",
  ...
)

Arguments

x

A microbenchmark object.

unit

Unit in which the results be plotted.

log

Should times be plotted on log scale?

xlab

X axis label.

ylab

Y axis label.

horizontal

Switch X and Y axes.

main

Plot title.

...

Passed on to boxplot.formula.

Author(s)

Olaf Mersmann


microbenchmark documentation built on Sept. 11, 2024, 8:45 p.m.