msgWindow(grDevices)
msgWindow()所属R语言包:grDevices
Manipulate a Window
操作窗口
译者:生物统计家园网 机器人LoveR
描述----------Description----------
msgWindow sends a message to manipulate the specified screen device's window. With argument which = -1 it applies to the GUI console (which only accepts the first three actions).
msgWindow发送消息到指定屏幕设备的操作窗口。使用参数which = -1它适用于在GUI控制台(只接受前三个动作)。
用法----------Usage----------
msgWindow(type = c("minimize", "restore", "maximize",
"hide", "recordOn", "recordOff"),
which = dev.cur())
参数----------Arguments----------
参数:type
action to be taken.
应采取的行动。
参数:which
a device number, or -1.
设备的数量,或-1。
参见----------See Also----------
bringToTop, windows
bringToTop,windows
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|