我正在阅读R
帮助页面?devAskNewPage
(链接自?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
文件和写入屏幕之间的区别吗?
这感觉有点像学习什么是标准输出和标准输入。每个人都使用这些词,但很难找到定义(也很难理解)。我用谷歌搜索了“空图形设备”,但作为一个新手,我并没有向我解释最重要的结果,我需要知道什么才能知道在哪里看。
只需一些链接到适当的介绍性阅读就足够了。谢谢你。