Learn R Programming

microbenchmark (version 1.4.9)

summary.microbenchmark: Summarize microbenchmark timings.

Description

Summarize microbenchmark timings.

Usage

# S3 method for microbenchmark
summary(object, unit, ...)

Value

A data.frame containing the aggregated results.

Arguments

object

An object of class microbenchmark.

unit

What unit to print the timings in. If none is given, either the unit attribute of object or the option microbenchmark.unit is used and if neither is set “t” is used.

...

Passed to print.data.frame

See Also

print.microbenchmark