You could try to always save the plot you are making when you finish it. So, instead of using the pane to visualize it, you directly go to your working directory to look for it. You can use the png() - dev.off() function combination to do so. Here is a complete answer on how to do that.