is.odd: Check for odd numbers

Description Usage Arguments Value See Also

View source: R/is.odd.R

Description

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

Usage

1
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


GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.