grapes-and-grapes: binary bitwise AND

Description Usage Arguments Details Value Author(s) Examples

Description

Wrapper for bitwAnd, simply providing a binary interface.

Usage

1
a %&% b

Arguments

a

boolean or numeric (integer)

b

boolean or numeric (integer)

Details

While a or b can be any type of atomic variable, results may be difficult to interpret for those other than logical or integer

Value

bitwise AND of a and b

Author(s)

Benno Pütz puetz@psych.mpg.de

Examples

1
2
3
1 %&% 3
pi %&% 2
0.5 %&% 0.75

bennop/clusterLUTs documentation built on Nov. 21, 2020, 9:07 a.m.