mod {daewr} | R Documentation |
Mod function
Description
Gets mod of a to base b
Usage
mod(a,b)
Arguments
a |
input- an integer |
b |
input - an integer |
Value
remainder of a/b or mod(a,b)
Author(s)
John Lawson
[Package daewr version 1.2-11 Index]