Learn R Programming

timeit (version 0.2.1)

plot.timeit: Plot a 'timeit' Object

Description

This generates a boxplot of the timing output for a timeit object.

Usage

"plot" (x, y = NULL, min.pct = 5, ...)

Arguments

x
the timeit object.
y
unused.
min.pct
number between 0 and 100. when set, we only plot functions whose calling time makes up greater than min.pct of the total calling time.
...
unused additional arguments.