I’m using rgedit plugin for gedit.
I would like to allow more than one graphic (plot) window to show at a time. Currently, whenever I plot(), the plot overwrites the previous plot window.
I’m using rgedit plugin for gedit. I would like to allow more than one
Share
Not a
geditissue but a general R feature — usex11()(orwindows()) to create new plot devices.You can then use
dev.set()et al to flip between them.