x xor yCompute the element-wise exclusive disjunction of two R logical vectors, calling R's xor.
|
|
When the inputs contain multiple elements, the output will also contain multiple elements.
|
One of the operands may be a Macaulay2 object. It will be converted to an RObject before the operation is performed.
|
The source of this document is in RInterface/doc/logical.m2:143:0.