Element-wise bitwise NOT – a logical NOT on a boolean input, and a bit-by-bit one on an integer.
Arguments
- x
(
arrayish)
One input. Can be any integerish data type. An R value materializes at its default data type.
Value
(arrayish)
Has the input's shape and data type.