Is it possible to grab the parameters from par without opening the graphics device? So for instance if I do:
opar <- par()[["mar"]]
opar
on my windows 7/linux mint 14/mac machines a graphics device is opened.
How can I grab the output without awakening the graphics device?