When we have a window with plots, is there a way to tell R to display a new plot in a new window?
Create a new one:
plot(1:10) x11() # This has aliases on different OSes plot(10:1)