Dear R-users, I try to plot multiple plots of hexbin in the same page. However, par does not work when hexbin is used. Neither do xlim and ylim. Any ideas? Thanks, Sue [[alternative HTML version deleted]]
Paul Murrell
2006-Oct-09 23:36 UTC
[R] Help on plot multiple plot(hexbin) in the same page
Hi Li, Sue wrote:> Dear R-users, > > I try to plot multiple plots of hexbin in the same page. However, par > does not work when hexbin is used. Neither do xlim and ylim. Any ideas?hexbin is now based on the grid package, so does not work with par(). You might want to take a look at the hexbin vignette (http://bioconductor.org/packages/1.9/bioc/vignettes/hexbin/inst/doc/hexagon_binning.pdf) and the panel.hexbinplot() function. Paul -- Dr Paul Murrell Department of Statistics The University of Auckland Private Bag 92019 Auckland New Zealand 64 9 3737599 x85392 paul at stat.auckland.ac.nz http://www.stat.auckland.ac.nz/~paul/