问题
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