mod:

Usage Arguments Examples

Usage

1
mod(x, y)

Arguments

x
y

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- 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 (x, y) 
{
    n = floor(x/y)
    x - n * y
  }

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