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 [EMAIL PROTECTED] http://www.stat.auckland.ac.nz/~paul/ ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.