Even {evobiR} | R Documentation |
Just a simple function that returns True if a number is even and False otherwise.
Even(x)
x |
a numerical vector. |
Returns a vector of logical values of the same length as the input vector. If the input value is not a number it will return an error message.
Heath Blackmon
Even(c(1,2,3,4,5,6,2,5))