R/is.odd.R

Defines functions is.odd

Documented in is.odd

is.odd <-
function(x) { (as.integer(x) == x)&as.logical(x %% 2) }

Try the MST package in your browser

Any scripts or data that you put into this service are public.

MST documentation built on April 14, 2020, 6:14 p.m.