Re: [R] QQplots format

2012-05-10 Thread arun
HI Michael, It worked. Thanks. A.K. - Original Message - From: R. Michael Weylandt To: arun Cc: R help Sent: Wednesday, May 9, 2012 11:32 PM Subject: Re: [R] QQplots format Hi, car uses base graphics for this plot, so you can probably get what you want with the layout() function

Re: [R] QQplots format

2012-05-09 Thread arun
HI Michael, Thanks for the reply.  The qqPlot is from library car.  I could use par(), but I thought by adding pos(), it will me more control. A.K. - Original Message - From: R. Michael Weylandt To: arun Cc: R help Sent: Wednesday, May 9, 2012 10:19 PM Subject: Re: [R] QQplots

Re: [R] QQplots format

2012-05-09 Thread R. Michael Weylandt
it will me more control. > A.K. > > > > > - Original Message - > From: R. Michael Weylandt > To: arun > Cc: R help > Sent: Wednesday, May 9, 2012 10:19 PM > Subject: Re: [R] QQplots format > > What package is "qqPlot" from? There are at le

Re: [R] QQplots format

2012-05-09 Thread R. Michael Weylandt
What package is "qqPlot" from? There are at least two that provide a function by that name. If you're using grid graphics, this might get you started: http://gettinggeneticsdone.blogspot.com/2010/03/arrange-multiple-ggplot2-plots-in-same.html Michael On Wed, May 9, 2012 at 6:47 PM, arun wrote:

[R] QQplots format

2012-05-09 Thread arun
Dear R help, I tried to plot two qq plots in the same window using the code below.  Somehow it is plotting only one at a time.   I borrowed the print function from xyplot.   pdf("QQplotCorrUncorr.pdf") qq1<-qqPlot(residuals(fm), main="QQ plot for Correlated Model") qq2 <-qqPlot(residuals(fm