Last data update: 2014.03.03

R: Calculate the mean of a 'timeit' Object
mean.timeitR Documentation

Calculate the mean of a 'timeit' Object

Description

This function calculates the mean running time of each function call.

Usage

  ## S3 method for class 'timeit'
 mean(x, ...)

Arguments

x

the 'timeit' object.

...

additional arguments supplied to mean.default.

Results