S3 generics extending bitwAnd, bitwOr,
bitwXor, and bitwNot to support
Image objects. Non-Image inputs delegate to the corresponding
base function.
Usage
bitwAnd(x, y, ...)
# Default S3 method
bitwAnd(x, y, ...)
# S3 method for class 'Image'
bitwAnd(x, y, ...)
bitwOr(x, y, ...)
# Default S3 method
bitwOr(x, y, ...)
# S3 method for class 'Image'
bitwOr(x, y, ...)
bitwXor(x, y, ...)
# Default S3 method
bitwXor(x, y, ...)
# S3 method for class 'Image'
bitwXor(x, y, ...)
bitwNot(x, ...)
# Default S3 method
bitwNot(x, ...)
# S3 method for class 'Image'
bitwNot(x, ...)Value
For Image inputs, a new Image with the element-wise
bitwise result. For other inputs, delegates to the corresponding
bitwAnd family function.