rem:

Usage Arguments Examples

Usage

1
rem(a, b)

Arguments

a
b

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- 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 (a, b) 
{
    if (b > 0) {
        n = floor(a/b)
        a - n * b
    }
  }

galuardi/hmmwoa documentation built on May 16, 2019, 5:37 p.m.