oddeven | R Documentation |
detect odd/even integers
odd(x)
even(x)
x |
vector of integers |
Vector of TRUE/FALSE values.
Gregory R. Warnes greg@warnes.net
round
odd(4)
even(4)
odd(1:10)
even(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.