odd {mapsRinteractive} | R Documentation |
even
Description
Checks whether an integer is odd.
Usage
odd(x)
Arguments
x |
Integer. |
Value
Logical value (TRUE or FALSE). TRUE means that the value is odd.
Examples
odd(3)
[Package mapsRinteractive version 2.0.1 Index]