Re: [R] Using grid graphics (hexbin) in pairs() plot problem

2007-10-19 Thread deepayan . sarkar
On 10/19/07, Steffen Neumann (on the road) <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to create a plot with pairs() > using a gplot.hexbin() for each pair. > > For pairs I can provide a custom upperPanel function: > > pairs(iris[1:4], panel=mypanel) > > and mypanel() calls plot.hexbin():

[R] Using grid graphics (hexbin) in pairs() plot problem

2007-10-18 Thread Steffen Neumann (on the road)
Hi, I am trying to create a plot with pairs() using a gplot.hexbin() for each pair. For pairs I can provide a custom upperPanel function: pairs(iris[1:4], panel=mypanel) and mypanel() calls plot.hexbin(): library(hexbin) # Bioconductor mypanel <- function(x, ...){ hb <- hex