Skip to content
Prev 326811 / 398503 Next

Set window title for plot on any OS

Hi Duncan,

thank you very much for your advice! That makes it all work. 

I check in addition for a "title" argument in the device via

if (any(names(getOption("device")) == TRUE)) {
	dev.new(title = "title")
} 

Thanks again!

Simon
On Jul 13, 2013, at 2:40 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: