runningtime | R Documentation |
Return the running time of a function
runningtime(FUN, ...)
FUN |
The function to be evaluated. |
... |
The parameters to be passes to function |
The running time of function FUN
.
difftime
sqrt (x = 1:100)
runningtime (sqrt, x = 1:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.