Description Usage Arguments Details Value Author(s)
Return TRUE if n is an integer that is not evenly divisible by 2.
1 | is.odd(n)
|
n |
A numeric vector. |
Test whether elements of numeric vector are odd. For whole numbers return TRUE or FALSE. For decimals return NA.
A logical vector the same length as n. TRUE if n is an integer and is even, FALSE if n is an integer and not even, NA otherwise.
David Braze davebraze@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.