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 tcpl abbreviations: lu(), lw(), sink.reset()


tcpl documentation built on Oct. 7, 2023, 1:06 a.m.