Rstudio - How to show plot output in bottom right pane?

a 夏天 提交于 2020-11-29 10:20:10

问题


I used a qplot, but instead of the plot showing in the plots tab on the bottom right, it decides to show in the top left. How do I move all the outputs to the bottom right pane?


回答1:


I have version 1.0.44 of RStudio on a mac - you are using RMarkdown, which, by default in recent versions, causes output to be shown inline within the markdown page.

To undo this behavior, open RStudio->Preferences, and select the R Markdown group on the left. Uncheck the box that says "Show output inline for all R Markdown documents".




回答2:


The answer above is correct for Mac - in the Windows version of R Studio, select 'Tools' --> 'Global Options...' and you will be brought to the window that you see in that post.



来源:https://stackoverflow.com/questions/40570621/rstudio-how-to-show-plot-output-in-bottom-right-pane

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!