R/odd.R

Defines functions odd

Documented in odd

odd <- function(x) x%%2 == 1
 

Try the gage package in your browser

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

gage documentation built on Dec. 13, 2020, 2:01 a.m.