Re: [R] two plots on the same page

2007-12-28 Thread Steven McKinney
> -Original Message- > From: [EMAIL PROTECTED] on behalf of Maura E Monville > Sent: Fri 12/28/2007 2:18 PM > To: [EMAIL PROTECTED] > Subject: [R] two plots on the same page > > I'd like to know why I cannot get a plot and the QQnorm in the same sheet. >

[R] two plots on the same page

2007-12-28 Thread Maura E Monville
I'd like to know why I cannot get a plot and the QQnorm in the same sheet. The commands are simple but: library(nlme) glmod1 <- gls(upfmla,correlation=corAR1(),method="ML") summary(glmod1) par(mfrow = c(2,1)) plot(glmod1, main="GLS Residuals vs. GLS Fitted") qqnorm(glmod1) No matter what (I