[BioC] hexbin + pairs

Deepayan Sarkar deepayan.sarkar at gmail.com
Tue May 20 17:04:37 CEST 2008


On 5/20/08, Terry Therneau <therneau at mayo.edu> wrote:
> I would like to do a pairs plot with hexbin panels.  The obvious guess
>         splom(xmat, panel=panel.hexbin)
>
>  gives a cryptic message (or cryptic to me at least):
>
>  Error in downViewport.vpPath(vpPathDirect(name), strict, recording = recording)
>  :
>   Viewport 'plot1.panel.1.1.off.vp' was not found

This needs to be

splom(xmat, panel = panel.hexbinplot, .aspect.ratio = 1)

but

hexplom(xmat)

should work.

-Deepayan

>  R version 2.6.1 (2007-11-26), 64 bit on an Intel server with CentOs
>  hexbin installed a few days ago
>
>   I looked in the archives and the documentation, but didn't find anything.  I
>  could still have overlooked something obvious of course.  Any help would be
>  appreciated.
>
>         Terry Therneau
>         Mayo Clinic
>         therneau.terry at mayo.edu
>
>  _______________________________________________
>  Bioconductor mailing list
>  Bioconductor at stat.math.ethz.ch
>  https://stat.ethz.ch/mailman/listinfo/bioconductor
>  Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
>



More information about the Bioconductor mailing list