is.odd: Check for odd numbers

View source: R/is.odd.R

is.oddR Documentation

Check for odd numbers

Description

is.odd takes an integer vector, x, and returns TRUE for odd integers.

Usage

is.odd(x)

Arguments

x

An integer

Value

TRUE for odd integers and FALSE for even integers.

See Also

Other gtox abbreviations: lu, lw, sink_reset


philipmorrisintl/GladiaTOX documentation built on Aug. 27, 2023, 9:07 p.m.