[Rd] Row labels are skewed in 'heatmap' (PR#7358)
maechler at stat.math.ethz.ch
maechler at stat.math.ethz.ch
Thu Nov 11 15:57:04 CET 2004
Hi Peter, thank you for trying,
but that's not yet a useful bug report:
We can't reproduce what you did!
If you put your data on a web site,
and replace
exp <- read.table("graph/1933672048.cluster.data")
by exp <- read.table("http://<....your_adress....>/mycluster.data")
it will hopefully become reproducible and thus potentially
useful.
Though even that is doubtful since you are using an outdated
version of R, and I now that heatmap() has been improved since then!
Martin Maechler
>>>>> "pfh" == pfh <pfh at cbs.dtu.dk>
>>>>> on Thu, 11 Nov 2004 14:01:23 +0100 (CET) writes:
pfh> I've made a script look like this:
pfh> exp <- read.table("graph/1933672048.cluster.data")
pfh> exp <- as.matrix(exp)
pfh> postscript("graph/1933672048.cluster.data.ps")
pfh> heatmap(exp,scale="none",cexCol=0.4,cexRow=0.2,col=custom,margins=c(5,5))
More information about the R-devel
mailing list