Skip to content
Prev 326829 / 398502 Next

Set window title for plot on any OS

Haha, good point!

So, the correct code is:

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

Thanks for correcting my approach Rolf!


Best 

Simon
On Jul 14, 2013, at 1:02 AM, Rolf Turner <rolf.turner at xtra.co.nz> wrote: