Description Usage Arguments Methods (by class) See Also Examples
Not
inverts an expression, i.e. logical NOT.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | Not(object)
## S4 method for signature '.comparator'
Not(object)
## S4 method for signature '.comparator'
!x
## S4 method for signature '.expr'
Not(object)
## S4 method for signature '.expr'
!x
## S4 method for signature 'orExpr'
Not(object)
## S4 method for signature 'orExpr'
!x
## S4 method for signature '.gaSegmentFilter'
Not(object)
## S4 method for signature '.gaSegmentFilter'
!x
|
object |
An object to get the logical inverse of. |
x |
the object to return the logical inverse of. |
.comparator
: Return the inverse of the supplied comparison operator.
.comparator
: Return the inverse of the supplied comparator.
.expr
: Invert the comparator of a condition expression.
.expr
: Invert the comparator of the condition expression.
orExpr
: Invert an OR expression using De Morgan's Theorem.
orExpr
: Invert an OR expression using De Morgan's Theorem.
.gaSegmentFilter
: Invert the negation of a segment filter condition, i.e.
include <-> exclude
.gaSegmentFilter
: Invert the negation of a segment filter condition, i.e.
include <-> exclude
Other boolean functions: And
,
Or
, xor
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.