Here is one approach (you can adapt as needed):
library(TeachingDemos)
par(mfrow=c(4,2))
plot(1:10)
plot(10:1)
plot(c(1:5,5:1))
plot(c(5:1,1:5))
tmp <- cnvrt.coords(1,0, input='fig')$usr # get right end coord
tmp2 <- cnvrt.coords(0,NA, input='tdev')$usr # get left end
par(xpd=NA) # turn off cl
?lattice
take a look at the lattice package
On Sat, Mar 8, 2008 at 6:44 PM, questions? <[EMAIL PROTECTED]> wrote:
> I am using par(mfrow(4,2)...) to plot multiple graphs in one frame.
> However, the plots naturally partitioned into two sets, the first two
> rows and the 3rd and 4th row are sligh
2 matches
Mail list logo