evalHand: Evaluate a poker hand

Description Usage Arguments Details Value Note References Examples

Description

Returns an integer, where higher = a better hand

Usage

1

Arguments

x

An integer vector.

Details

No details

Value

an integer, where higher = better

Note

No notes

References

https://gist.github.com/EluctariLLC/832122

Examples

1
evalHand(mapCards(c("As", "Ks", "Qs", "Js", "Ts", "3c", "5h")))

zachmayer/pokeR documentation built on May 4, 2019, 9:05 p.m.