timing | R Documentation |
timing
returns the information about how long a parameter test took.
timing(test, ...)
## S3 method for class 'paramtest'
timing(test, ...)
test |
An object of type 'paramtest'. |
... |
Not currently implemented; used to ensure consistency with S3 generic. |
Returns an object of class "proc_time" with information about how long the parameter test process took.
timing(paramtest)
: Timing information for a parameter test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.