run_round: Run round of poker.

Description Usage Arguments Value

View source: R/run_round.R

Description

Run round of poker.

Usage

1
run_round(n, start, chips, human = TRUE)

Arguments

n

The number of players who will be dealt to.

start

The index of the player who will make the first action.

chips

The number of chips each player will start with.

human

A logical value which takes the value TRUE if the actions are to be inputted in the console.

Value

A list of elements from the S4 class "player".


dfcorbin/pokersim documentation built on Nov. 13, 2019, 4:21 p.m.