Description Usage Arguments Value Examples
This function return the modulus of a number. The difference with the R built-in function is that the value of n%n is n instead of 0.
1 | mod(value, modulo)
|
value |
A number from which you want to compute the modulo |
modulo |
The value of the modulus. |
The remainder of the division of value by modulo
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.