Description Usage Arguments Examples
Check if numbers are odd
1
is.odd(x = NULL)
x
numerical object of integer value
1 2 3 4 5 6 7
is.odd(2) is.odd(5) is.odd(-4) is.odd(0) # use vectors is.odd( c(5,3,-2,0,4) )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.