Modulo Operator in R ( %% operator )

The modulo returns the remainder of the division of the number to the left by the number on the right

Example :

5%%3

Result :

2


Leave a Reply

%d bloggers like this: