Learn R Programming

mapsRinteractive (version 2.0.1)

odd: even

Description

Checks whether an integer is odd.

Usage

odd(x)

Value

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

Arguments

x

Integer.

Examples

Run this code
odd(3)

Run the code above in your browser using DataLab