Re: [R] How to set plot resolution

2008-12-30 Thread Ben Bolker
Prof Brian Ripley stats.ox.ac.uk> writes: > > I think it should work on any reasonable machine, but it is worth pointing > out that there are 4 separate tiff() devices: > > Unix, X11 > Unix, cairo, > Mac OS X, quartz, > Windows, graphapp > > and once again we really did need the OS informatio

Re: [R] How to set plot resolution

2008-12-30 Thread Prof Brian Ripley
I think it should work on any reasonable machine, but it is worth pointing out that there are 4 separate tiff() devices: Unix, X11 Unix, cairo, Mac OS X, quartz, Windows, graphapp and once again we really did need the OS information asked for in the posting guide. As I recall Ben uses one of

Re: [R] How to set plot resolution

2008-12-30 Thread Ben Bolker
bioshaw qq.com> writes: > > Hi > I'm want to obtain a plot of 1200dpi tiff format, but I met some difficulty. > my code: > ## > tiff(file="shaw.tiff",width=8.6,height=8.6,units="cm",res=1200,pointsize=10) > plot(bal100,type="l",pch=20,col="red",l