Reputation: 3
I am able to run the plot command successfully but not able to view the graph/chart window in RStudio. I can save it using "dev.off" command in my hard disk and then open it. I have checked all the options in the GUI but did not find it. I wonder if there is any package to be installed. Please suggest.
Upvotes: 0
Views: 16000
Reputation: 507
I often have this problem. I do not know why, but quitting and restarting R usually solves it for me.
Upvotes: 0
Reputation: 388
Have you tried checking if the Plots tab is enabled in the global options panel?
Click "Tools" > "Global Options" and then go to "Pane Layout." The "Plots" tab should be present and enabled in one of your panes as shown below:
Upvotes: 1