[R] Help on plot multiple plot(hexbin) in the same page

Paul Murrell p.murrell at auckland.ac.nz
Tue Oct 10 01:36:26 CEST 2006


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/



More information about the R-help mailing list