Compare-methods | R Documentation |
disord
objectsArithmetic comparison methods (greater than, etc) for disord
objects.
signature(e1="disord", e2="disord")
:
Dispatched to disord_compare_disord()
signature(e1="disord", e2="ANY")
:
Dispatched to disord_compare_any()
signature(e1="ANY", e2="disord")
:
Dispatched to any_compare_disord()
All the comparison methods use drop=TRUE
to avoid inconsistent
results when all the values are the same [that is, all TRUE
or
all FALSE
]. Comparing two disord
objects requires their
hash code to agree as per disordR discipline. Comparing a
disord
with a numeric returns a disord
object. In each
case, the hash code of the original object is preserved in the returned
value.
rdis() > 4
rdis() > 1000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.