plot.timeit: Plot a 'timeit' Object

Description Usage Arguments

View source: R/timeit.R

Description

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

Usage

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


timeit documentation built on May 4, 2017, 6:10 p.m.

Related to plot.timeit in timeit...