Learn R Programming

RVideoPoker (version 0.3)

rvideopoker: Play Video Poker within R

Description

Play Video Poker within R, complete with a graphical user interface. So far, only "Jacks or Better" is implemented.

Usage

rvideopoker(initbet = 1, blnce = 1000)

Arguments

initbet
Argument initbet specifices the initial bet. The default value is 1 (like 1 cent)
blnce
Argument blnce specifices the initial balance, i.e. the initial amount of "money" you put into the game. The default value is 1000 (like 1000 cents)

Value

No value returned. Function is used for its side effects.

Details

This is just a game. Don't take it serious.

See Also

Another game package of mine: Miney.

Examples

Run this code
cat("All meaningful examples would require a GUI. Hence this nonsense
example.\n Typically, you would enter\n rvideopoker()\n to start a
standard session.\n Most importantly: Have fun!\n")

Run the code above in your browser using DataLab