search for: tauseq

Displaying 2 results from an estimated 2 matches for "tauseq".

Did you mean: cause
1998 Mar 06
1
R-beta: image saved ps file
I include the argument pty="s" to image, but still when I make an image by the method > postscript("rstuff/test.ps") > tauseq<-seq(0,1,.5) > cif2d.image(x,,y,tauseq) > dev.off() the image plot created is NOT square. I thought pty="s" would make it square. Generally it would be nice if the image saved to disk were like the one we see while in R (X-windows). Are they any tips on how to make it act like...
1998 Mar 22
0
R-beta: image won't accept xlim argument
Here is a bug in image(). > image(tauseq, tauseq, zcb, col=gray(31:0/31),mfg=c(2,1,2,1),xlab=NULL,ylab="Lag 2 (s)", xlim=c(0,1), ylim=c(0,1))+ + Error: formal argument "xlim" matched by multiple actual arguments It won't accept xlim argument, though it is "supposed" to take all the plot() arguments. Me...