Learn R Programming

mapsRinteractive (version 1.0.0)

odd: even

Description

Checks if an integer is odd.

Usage

odd(x)

Arguments

x

Integer.

Value

Logical value (TRUE or FALSE). TRUE means that the value is odd.

Examples

Run this code
# NOT RUN {
odd(3)

# }

Run the code above in your browser using DataLab