使用R Studio时,我通常只使用堆叠在控制台顶部的.R文件.我隐藏了其他窗格(环境,历史,文件等).
但每当我绘制图形时,其他窗格会自动弹出侧栏以显示"绘图"窗格.因为我在笔记本电脑上工作,这使得一切都太小而无法看到.通过单击" 绘图"窗格上的" 缩放"按钮,我可以将绘图也显示在新窗口中,但不会阻止"绘图"窗格显示.
有没有办法在R Studio中"禁用"Plots窗格,并且强制图显示在新窗口中?
> sessionInfo()
R version 3.2.3 (2015-12-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils
[5] datasets methods base
other attached packages:
[1] ggplot2_2.2.1 jsonlite_1.4
[3] data.table_1.10.4
loaded via a namespace (and not attached):
[1] labeling_0.3 colorspace_1.2-6
[3] scales_0.4.1 lazyeval_0.2.0
[5] plyr_1.8.4 tools_3.2.3
[7] gtable_0.1.2 …Run Code Online (Sandbox Code Playgroud)