rp.messagebox(rpanel)
rp.messagebox()所属R语言包:rpanel
Displays a message
显示一条消息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function displays a message in a pop-up window.
此功能会显示一条消息,在弹出的窗口中。
用法----------Usage----------
rp.messagebox(..., title="rpanel Message")
参数----------Arguments----------
参数:...
parameters containing the message to be displayed.
参数,其中包含要显示的消息。
参数:title
the title for the message window.
消息窗口的标题。
Details
详细信息----------Details----------
The pop-up window remains displayed and no other action can be taken, until the 'ok' button is pressed.
弹出式窗口仍然显示,并没有其他可以采取行动,直到按下“确定”按钮。
值----------Value----------
None.
无。
参考文献----------References----------
rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.
参见----------See Also----------
rp.control
rp.control
实例----------Examples----------
if (interactive()) {
# This is not run as RCMD CHECK will be suspended until OK is clicked ...[RCMD查看将会暂停,直至单击“确定”,这是无法运行...]
rp.messagebox("Click OK to continue.", title = "Test message")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|