rop: Relational operators between poker hands

Description Usage Arguments Value Author(s) Examples

Description

Given two objects of class 'hand' these operators will tell which hand is the higher.

Usage

1
2
3
4
5
6
 left %==% right
 left %>% right
 left %<% right
 left %>=% right
 left %<=% right
 left %!=% right

Arguments

left, right

poker hands

Value

Returns a logical value indicating the result of the hand comparison.

Author(s)

Fran Urbano <viraltux@gmail.com>

Examples

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

viraltux/casino documentation built on May 17, 2019, 2:47 p.m.