powered by
Assemble the 7 card hands.
hand(players, board)
:
the board cards as vector[5] in {1, 2, ..., 52}
dotTransformToRank and dotTransformToSuit
dotTransformToRank
dotTransformToSuit
# NOT RUN { hand(matrix(1:18,9,2,byrow=TRUE),19:23) hand(matrix(c(1:9,14:22),9,2),48:52) # }
Run the code above in your browser using DataLab