Re: [R] acf() plot of matrix cuts y-axis labels

2012-03-02 Thread Folkes, Michael
-project.org Subject: Re: [R] acf() plot of matrix cuts y-axis labels On 02/03/2012 11:40 AM, Folkes, Michael wrote: > Hello all, > I found a funny problem with y-axis labels when plotting acf(matrix) - > the labels are too close to one of the margins and cut in half. > Here's the

Re: [R] acf() plot of matrix cuts y-axis labels

2012-03-02 Thread Duncan Murdoch
On 02/03/2012 11:40 AM, Folkes, Michael wrote: Hello all, I found a funny problem with y-axis labels when plotting acf(matrix) - the labels are too close to one of the margins and cut in half. Here's the problem: test<-matrix(rnorm(200),ncol=4) acf(test) This doesn't fix the problem: test<-matr

[R] acf() plot of matrix cuts y-axis labels

2012-03-02 Thread Folkes, Michael
Hello all, I found a funny problem with y-axis labels when plotting acf(matrix) - the labels are too close to one of the margins and cut in half. Here's the problem: test<-matrix(rnorm(200),ncol=4) acf(test) This doesn't fix the problem: test<-matrix(rnorm(200),ncol=4) par(mar=c(3,3,2,0.2),oma=c(