order_hands: Ordering permutation of a list of hands. This is 'order' for...

Description Usage Arguments Value

Description

Ordering permutation of a list of hands. This is order for a list of hands.

Usage

1
order_hands(hands, decreasing = TRUE)

Arguments

hands

A list of hand objects

decreasing

Sort in decreasing order (default) or not?

Value

An integer vector of indices such that hands[order_hands(hands)] is in order by rank.


kent37/Poker documentation built on May 15, 2019, 2:54 a.m.