rvideopoker(RVideoPoker)
rvideopoker()所属R语言包:RVideoPoker
Play Video Poker within R
玩视频扑克在R
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Play Video Poker within R, complete with a graphical user interface. So far, only "Jacks or Better" is implemented.
玩视频扑克在R,完成了图形用户界面。到目前为止,只有“杰克或更好”的实施。
用法----------Usage----------
rvideopoker(initbet = 1, blnce = 1000)
参数----------Arguments----------
参数:initbet
Argument initbet specifices the initial bet. The default value is 1 (like 1 cent)
参数initbet specifices最初的赌注。的默认值是1(如1美分)
参数: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)
参数blnce specifices的初始余额,也就是“钱”的游戏,你把初始金额。默认值是1000(如1000美分)
Details
详细信息----------Details----------
This is just a game. Don't take it serious.
这仅仅是一个游戏。不要认为这是严重的。
值----------Value----------
No value returned. Function is used for its side effects.
没有返回值。功能是用于其副作用。
注意----------Note----------
No further notes. Have fun, enjoy, and improve.
没有进一步的说明。玩得开心,享受,而提高。
(作者)----------Author(s)----------
Roland Rau
参见----------See Also----------
Another game package of mine: Miney.
另一场比赛我的包哪张。
实例----------Examples----------
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")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|