IsOdd.Rd
Checks if the elements of an integer vector x are even or odd.
x
IsOdd(x)
vector of integers
a logic vector
Andri Signorell <andri@signorell.net>
IsWhole
IsOdd(1:10) #> [1] TRUE FALSE TRUE FALSE TRUE FALSE TRUE FALSE TRUE FALSE