Description Usage Arguments Value Examples
View source: R/SupportFunctions.R
Reduce an integer value using a reduction function R(x;r).
1 |
x |
The integer which is to be reduced. |
red |
The factor r by which to reduce the input x. |
FUN |
The reduction function (default is round2(), some alternatives are ceiling() and floor()) |
An integer value which is the reduction of integer x by reduction factor red using function FUN.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.