Dear expert,

I want to get the calucation from heatmap.2. But I do not want to do the plot. 
Is there any trick do this, e.g, plot=FALSE in heatmap.2?

hm <- heatmap.2(dat.mat,
                    col=greenred(75),
                    dendrogram="none",
                    scale="row",
                    key=FALSE,
                    Rowv=FALSE,
                    Colv=FALSE,
                    symkey=FALSE,
                    density.info="none",
                    trace="none", cexRow=0.5)
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to