aaa: ~~function to do ... ~~

Description Usage Details Examples

Description

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

Usage

1
aaa()

Details

~~ If necessary, more details than the description above ~~

Examples

1
2
3
4
5
6
7
8
9
##---- 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 () 
{
    print("test\n")
  }

sinanshi/visotmed documentation built on May 29, 2019, 10:05 p.m.