Last data update: 2014.03.03

R: Plot a 'timeit' Object
plot.timeitR Documentation

Plot a 'timeit' Object

Description

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

Usage

  ## 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.

Results