Description Usage Arguments Value Author(s) Examples
Given two objects of class 'hand' these operators will tell which hand is the higher.
1 2 3 4 5 6 | left %==% right
left %>% right
left %<% right
left %>=% right
left %<=% right
left %!=% right
|
left, right |
poker hands |
Returns a logical value indicating the result of the hand comparison.
Fran Urbano <viraltux@gmail.com>
1 2 3 4 5 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.