【发布时间】:2011-11-30 05:59:55
【问题描述】:
我正在阅读?devAskNewPage 的R 帮助页面(链接自?par...ask)。我不明白par(ask=F) / par(ask=T) 做了什么。
我需要阅读哪些内容才能理解这一点:
If the current device is the null device, this will open a
graphics device.
...
The precise circumstances when the user will be asked to confirm a
new page depend on the graphics subsystem. Obviously this needs
to be an interactive session. In addition ‘recording’ needs to be
in operation, so only when the display list is enabled (see
‘dev.control’) which it usually is only on a screen device.
什么是设备,什么是空设备,什么是图形子系统?什么是“录音”?我们是在讨论写入png 文件和写入屏幕的区别吗?
这感觉有点像学习什么是标准输出和标准输入。每个人都使用这些词,但很难找到定义(也很难理解)。我在谷歌上搜索了“空图形设备”,但作为一个新手,我并没有向我解释最重要的结果,我需要知道什么才能知道去哪里看。
只需一些链接到正确的介绍性阅读就足够了。谢谢。
【问题讨论】:
-
@joran 谢谢你,但我买不起这本书。
标签: r plot graphics sweave par