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  <[EMAIL PROTECTED]>
>>>>>     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))

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to