wpgame(ngame, players, wcards = NULL)
wpsupportedgames
."Suicide King" or "KH"
"One Eyed Jacks" or c("JH", "JS")
"Deuces" or c("2H", "2C", "2D", "2S")
"Heinz 57" or c("5H", "5C", "5D", "5S", "7H", "7C", "7D", "7S")
"Pregnant Threes" or c("3H", "3C", "3D", "3S", "6H", "6C", "6D", "6S", "9H", "9C", "9D", "9S")
"Dr Pepper" or c("2H", "2C", "2D", "2S", "4H", "4C", "4D", "4S", "10H", "10C", "10D", "10S")
wpstats
to evaluate the effect of ties on pot
percentage for each player who won either main pot, split pot or both.wpstats
set.seed(52)
wpgame("Iron Cross Last Wild", 6, "Deuces")
wpgame("Seven Stud Hi-Lo", 4, c("6C", "Suicide King"))
wpgame("Low Chicago", 4)
Run the code above in your browser using DataLab