Learn R Programming

fdm2id (version 0.9.6)

runningtime: Running time

Description

Return the running time of a function

Usage

runningtime(FUN, ...)

Value

The running time of function FUN.

Arguments

FUN

The function to be evaluated.

...

The parameters to be passes to function FUN.

See Also

Examples

Run this code
sqrt (x = 1:100)
runningtime (sqrt, x = 1:100)

Run the code above in your browser using DataLab