[BioC] new hexbin + adding points to hexbin plots
Adaikalavan Ramasamy
ramasamy at cancer.org.uk
Tue Jul 26 01:56:43 CEST 2005
You might also be interested in the following thread
https://stat.ethz.ch/pipermail/r-help/2005-April/067174.html
Regards, Adai
On Mon, 2005-07-25 at 12:20 -0500, Nicholas Lewin-Koh wrote:
> Hi,
> Haven't been checking the list for a while.
> what I think you want to do is look at the function plotMAhex in the new
> hexbin package.
> if that doesn't work for you you can try:
>
> hbp<-plot(hexbin(MA$A[,1],MA$M[,1]),main="MA plot")
> pushHexport(hbp$plot)
> grid.points(MA$A[mypoints,1],MA$M[mypoints,1],col=2)
>
> Nicholas
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
>
More information about the Bioconductor
mailing list