2007-09-13

Damn it! It's a matter of memory...

I re-started the R, and try the following commands. My purpose is to find out the maximal numbers of objects able to be print out in a single ps file.

>x<-rawdata@maRf[,1]
>y<-rawdata@maGf[,1]
>plot(y~x)
>x<-rawdata@maRf[,1:2]
>y<-rawdata@maGf[,1:2]
>plot(y~x)
>x<-rawdata@maRf[,1:3]
>y<-rawdata@maGf[,1:3]
>plot(y~x)
>x<-rawdata@maRf[,1:4]
>y<-rawdata@maGf[,1:4]
>plot(y~x)
>x<-rawdata@maRf[,1:5]
>y<-rawdata@maGf[,1:5]
>plot(y~x)
>x<-rawdata@maRf[,1:6]
>y<-rawdata@maGf[,1:6]
>plot(y~x)
>x<-rawdata@maRf
>y<-rawdata@maGf
>plot(y~x)
> maQualityPlots(rawdata[,1], dev="postscript")
Error in frame() : figure margins too large
They are ALL fine for plots()
But maQualityPlots() still sucks!

No comments: