Description Usage Arguments Value Methods (by class) See Also
Get the comparator used in an expression or create a comparator object.
Set the comparator of an expression.
1 2 3 4 5 6 7 8 9 | Comparator(object, ...)
Comparator(object) <- value
## S4 method for signature '.expr'
Comparator(object)
## S4 replacement method for signature '.expr'
Comparator(object) <- value
|
object |
The object to be coerced to a '.comparator' subclass or the expression object of which to obtain its comparator. |
... |
Used by certain methods. |
value |
The value to set the comparator to. |
An object belonging to the superclass .comparator
.expr
: Return the comparator used within the supplied
conditional expression.
.expr
: Replace the comparator of the supplied
conditional expression.
Other comparator functions: comparators
Other comparator functions: comparators
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.