Re: [R] Graphical Parameters

2009-08-18 Thread Stefan Grosse
On Mon, 17 Aug 2009 16:47:23 + mohsin ali wrote: MA> I also found this way much easier. But when to have figure on MS MA> Word, it is copied and then pasted on MS word then minor pixels MA> appears. How to get a clear figure? Use another device. I personally use *.eps which can be obtained b

Re: [R] Graphical Parameters

2009-08-17 Thread Stefan Grosse
On Mon, 17 Aug 2009 05:54:18 + mohsin ali wrote: MA> How can I change plot size, figure size and device size? The MA> examples availble for par() function are not very helpful. Would MA> you please give a very simple example? It would be easier if you would tell what exactly you want to do.

Re: [R] Graphical Parameters

2009-08-17 Thread Jim Lemon
mohsin ali wrote: Hi Sir How can I change plot size, figure size and device size? The examples availble for par() function are not very helpful. Would you please give a very simple example? Hi Mohsin, The device size is determined by the function that starts it. For example, the defa

[R] Graphical Parameters

2009-08-17 Thread mohsin ali
Hi Sir How can I change plot size, figure size and device size? The examples availble for par() function are not very helpful. Would you please give a very simple example? Best Regards _ Show them the way! Add maps and d

[R] R Graphical parameters

2008-12-10 Thread Metcalfe, John
Dr. Ripley, Thanks much for your reply. I've attached a representative sample; I apologize for not including this with my previous email. Best, John John Z. Metcalfe, M.D., M.P.H. Division of Pulmonary and Critical Care Medicine University of California, San Francisco San Francisco General Hos

Re: [R] graphical parameters and acf

2007-11-12 Thread Bernardo Rangel Tura
On Sun, 2007-11-11 at 21:32 -0600, David Kaplan wrote: > Hi, > > I'm plotting 5 autocorrelation plots on one page. Using > par(mfrow=c(3,2)) everything comes out fine. However, for > each plot, it prints a title on top of each plot that says > Series followed by the variable name used in the

Re: [R] graphical parameters and acf

2007-11-11 Thread Gabor Grothendieck
Try this: par(mfrow = 1:2) acf(cbind(" " = 1:10)) acf(cbind(" " = 1:10)) par(mfrow=c(1,1)) par(mfrow=c(1,1), oma=c(0,0,1,0)) mtext("My Title", 3, outer = TRUE, cex = par("cex.main")) Please provide reproducible code next time as requested in last line of every message to r-help. On Nov 11, 2007

[R] graphical parameters and acf

2007-11-11 Thread David Kaplan
Hi, I'm plotting 5 autocorrelation plots on one page. Using par(mfrow=c(3,2)) everything comes out fine. However, for each plot, it prints a title on top of each plot that says Series followed by the variable name used in the plot. I want to suppress those titles, but I also want a general