plot.timeit: Plot a 'timeit' Object

Description Usage Arguments

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.


kevinushey/timeit documentation built on May 20, 2019, 9:20 a.m.