toc | R Documentation |
Function to stop a timer. Start with tic().
toc(echo = TRUE, name = ".poped_savedTime")
echo |
Print time to screen? |
name |
The saved name of the time object. |
This is a modified version of the same function in the matlab R-package.
Other MATLAB:
cell()
,
diag_matlab()
,
feval()
,
fileparts()
,
isempty()
,
ones()
,
rand()
,
randn()
,
size()
,
tic()
,
zeros()
tic()
toc()
tic(name="foo")
toc()
tic()
toc()
toc()
tic()
toc(name="foo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.