I\'m using the following code to create three sets of plots in the amazing package ggplot2:
w<-rnorm(100) x<-rnorm(100) y<-rnorm(100) z<-rnorm(10
You can also use the multiplot() function, which could be customized to suite your needs: http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/