isOdd | R Documentation |
This function checks if a number is odd.
isOdd(x)
x |
A numeric vector. |
A logical vector indicating whether each element is odd.
# Check if numbers are odd
isOdd(c(1, 2, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.