I am wondering if anyone is aware of a way to call dev.new()
and have the resulting frame launch to a second monitor by default. I'm running R through ESS under Windows 7. It defaults to upper right corner of my primary monitor.
UPDATE
dev.new(xpos=1930, ypos=65)
will launch the plot window to upper left corner of my secondary monitor.
I would still be interested in how to set xpos
and ypos
under device
, either per session, per script, or globally.