is_odd: Determine whether a number is odd.

Description Usage Arguments Value Examples

Description

Determine whether a number is odd.

Usage

1
is_odd(x)

Arguments

x

An integer (vector).

Value

A logical: TRUE, if x is odd; FALSE, otherwise

Examples

1
is_odd((-3):3)

dschlaep/ecotoner documentation built on May 15, 2019, 2:57 p.m.