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

前端 未结 2 759
深忆病人
深忆病人 2021-01-24 22:00

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?

相关标签:
2条回答
  • 2021-01-24 22:17

    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.

    0 讨论(0)
  • 2021-01-24 22:19

    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".

    0 讨论(0)
提交回复
热议问题