Hello,
My plots show up in a separate window (quarzt? window) and not in my plots pane.
Tried several things which I found in different blogs but nothing helped:
- closed / reopened R studio
- reinstalled R studio
- checked for newest versions of R and R studio
- tried dev.off(), dev.new() command
- tried print(plot()) command
- tried going to Tools->Global Options->Rmarkdown -> In "Show output preview in" select "Viewer Pane" , then unchecked the box "Show output inline for all R Markdown documents"
- tried command: options(device = "RStudioGD")
dev.new()
All of that changed absolutely nothing, still all my plots are showing up in a separate window. Beginning to be quite desperate. Can anybody help please!