Re: [R] behavior of squishplot in TeachingDemos

2009-03-04 Thread Greg Snow
gt; Sent: Tuesday, March 03, 2009 9:17 AM > To: r-help@r-project.org > Subject: [R] behavior of squishplot in TeachingDemos > > Hi list, > I wonder if anyone has had this experience with squishplot() in the > TeachingDemos package. > > Taking the example from the ?image h

[R] behavior of squishplot in TeachingDemos

2009-03-03 Thread Stephen Tucker
Hi list, I wonder if anyone has had this experience with squishplot() in the TeachingDemos package. Taking the example from the ?image help page, library(TeachingDemos) x <- 10*(1:nrow(volcano)) y <- 10*(1:ncol(volcano)) layout(matrix(c(1,2,3,4),ncol=2,byrow=TRUE),height=c(2,1)) ## 1st plot op