R/binary.R

Defines functions binary

Documented in binary

binary <-
function(m) all(((m*1 == 0) + (m*1 == 1))==1)

Try the parsec package in your browser

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

parsec documentation built on Aug. 19, 2023, 5:07 p.m.