is.odd: which elements of a vector are odd

View source: R/btools_utilities.r

is.oddR Documentation

which elements of a vector are odd

Description

which elements of a vector are odd

Usage

is.odd(x)

Arguments

x

vector

Value

logical vector

Examples

is.odd(1:10)

donboyd5/btools documentation built on Jan. 7, 2023, 10:47 p.m.