[R] Equal length axis

Andrej Kastrin andrej.kastrin at siol.net
Sun Jan 15 15:32:37 CET 2006


Dear useRs,
I am having difficulty to plot graphics with mfrow command, where both 
axis are equal length. Below is sample code, which plots rectangles 
instead of squares:

par (mfrow=c(3,3))
qqnorm(a)
qqnorm(b)
...
..

Thanks in advance for any pointers or notes.




More information about the R-help mailing list