Given an object or objects that contain timing information
(reporting the amount of computer time taken to compute each object),
this function extracts the timing data and evaluates the total time taken.
Usage
timeTaken(..., warn=TRUE)
Value
An object inheriting the class "timed".
Arguments
...
One or more objects of class "timed" containing
timing data.
warn
Logical value indicating whether a warning should be issued if
some of the arguments do not contain timing information.