RStudio Panes

Typically when using RStudio you will see four panes. Using a metaphor of building a house instead for creating a graph, here is what each pane does:

Little Things:

  • For three of the panes, if you want to delete what is currently there, press the little broom icon on that pane.
  • You can click through the graphs you’ve made using the arrow keys in the bottom right pane.
  • You can press the Zoom button to pop the graph into a new window.
  • The view of files in the file browser is the same as that in Finder (Mac) or File Explorer (Windows).

When you first open a project you will only see three of the four panes. This is because you have yet to open a script file. To do that you click the little green + in the upper left, or go to File > New File > R Script.