[R] The plot of qqmath

2007-03-06 Thread Serguei Kaniovski
Hello, I would like to inlude the Q-Q plot by qqmath into a panel with other plots, say, using par(mfrow=c(1,2)). How can this be done given that qqmath refreshes the plotting window and there seems to be no series coming out of it? Thanks Serguei [[alternative HTML version deleted]]

Re: [R] The plot of qqmath

2007-03-06 Thread José Rafael Ferrer Paris
qqmath is in the lattice package, which is not compatible with the conventional graphics parameter. Why not using qqnorm and qqline instead? If you want to combine qqmath with other lattice plots you should look at the documentation of the lattice and grid packages. If you read carefully in