Skip to content
Prev 8246 / 15076 Next

View large quartz windows using R GUI

On Jul 26, 2011, at 12:42 AM, Annabel Smith wrote:

            
Yes, set the dpi to something lower than your actual screen - that will allow you to see the whole page even on a smaller screen, e.g.:

quartz(title="Fig.1",width=8.27,height=11.69, dpi=70)

Cheers,
Simon