timeTaken | R Documentation |
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.
timeTaken(..., warn=TRUE)
... |
One or more objects of class |
warn |
Logical value indicating whether a warning should be issued if some of the arguments do not contain timing information. |
An object of class "timed"
contains information on
the amount of computer time that was taken to compute the object.
See timed
.
This function extracts the timing information from one or more such objects, and calculates the total time.
An object inheriting the class "timed"
.
.
timed
A <- timed(minnndist(bei))
B <- timed(minnndist(redwood))
A
B
timeTaken(A,B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.