Re: [R] Flipping axes of qqnorm

2009-04-26 Thread Bill.Venables
This is easy... qqnorm(res, datax = TRUE) ... unfortunately. Bill Venables http://www.cmis.csiro.au/bill.venables/ -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Chris_d Sent: Monday, 27 April 2009 9:38 AM To: r-help@r-projec

Re: [R] Flipping axes of qqnorm

2009-04-26 Thread Charles Annis, P.E.
?qqnorm qqnorm(y, ylim, main = "Normal Q-Q Plot", xlab = "Theoretical Quantiles", ylab = "Sample Quantiles", plot.it = TRUE, datax = TRUE, ...) Charles Annis, P.E. charles.an...@statisticalengineering.com phone: 561-352-9699 eFax: 614-455-3265 http://www.StatisticalEngineering.

Re: [R] Flipping axes of qqnorm

2009-04-26 Thread Sundar Dorai-Raj
Try (re)reading ?qqnorm. Use datax = TRUE. --sundar On Sun, Apr 26, 2009 at 4:37 PM, Chris_d wrote: > > Hi all, >       I have just started using R to produce qqnorm plots. I am trying to > switch the x and y axes so that the theoretical values are plotted on the y > axis and my data on the x ax