toc: titolo

Description Usage Examples

Description

A concise (1-5 lines) description of what the function does.

Usage

1
toc()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    type <- get(".type", envir = baseenv())
    toc <- proc.time()[type]
    tic <- get(".tic", envir = baseenv())
    print(toc - tic)
    invisible(toc)
  }

Mahalanobis/MalaUtils documentation built on May 8, 2019, 3:24 p.m.