is.odd {tcpl} | R Documentation |
Check for odd numbers
Description
is.odd
takes an integer vector, x
, and returns TRUE for odd
integers.
Usage
is.odd(x)
Arguments
x |
An integer |
Value
TRUE
for odd integers and FALSE
for even integers.
See Also
Other tcpl abbreviations:
lu()
,
lw()
,
sink.reset()
[Package tcpl version 3.1.0 Index]