Plots not showing up in the 'plots' pane in RStudio - With R Markdown Notebook

Inline output is the default for all R markdown types. So you'll still want to set your global option (as described above). If that isn't working, try this:

  1. Click on the gear button in the editor toolbar
  2. Click "Chunk Output in Console" from the list to check it

5 Likes