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
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.
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
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
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
5 matches
Mail list logo