ganalytics (version 0.10.4)

xor: Generate an expression that gives the Exclusive-OR of two expressions.

Description

Generate an expression that gives the Exclusive-OR of two expressions.

Usage

xor(x, y)

# S4 method for .compoundExpr,.compoundExpr xor(x, y)

Arguments

x, y

Conditions for an exclusive-or expression.

Methods (by class)

  • x = .compoundExpr,y = .compoundExpr: Exclusive-OR two expressions.

See Also

Or And Not