[R] Matrix elements

2006-03-26 Thread Akkineni,Vasundhara
Hello all, I have a matrix object, xx given as below: [,1] [,2] [1,] 0.02237883 0.601572660 [2,] -0.39880918 0.126498958 [3,] 0.20269214 0.567953402 [4,] -0.45750812 -0.031193600 [5,] -0.30666134 -0.084819484 [6,] -0.37718928 0.078675868 [7,] -0.25432685

[R] heatmap.2 in gplots package

2006-02-22 Thread Akkineni,Vasundhara
Hello all, I am using the heatmap.2 function in the gplots package. I want to supress the reordering of the columns of the data matrix i pass to the function. I used the statement, heatmap.2(z,Colv=FALSE,dendrogram=row,col=redgreen(75)) where z, is the matrix of data. The output i want should

Re: [R] heatmap.2 in gplots package

2006-02-22 Thread Akkineni,Vasundhara
to see the initial tick value which is 10,000. Please suggest a better way to do this. Thanks for the help. svakki. -Original Message- From: Sean Davis [EMAIL PROTECTED] To: Akkineni,Vasundhara [EMAIL PROTECTED], r-help r-help@stat.math.ethz.ch Date: Wed, 22 Feb 2006 12:55:25 -0500

[R] Legend in a HeatMap

2006-02-14 Thread Akkineni,Vasundhara
List, Is it possible to add a color legend to a heatmap , similar to the one in levelplot and filled.contour plot. The legend will represent the colors used in the heatmap along with values for each color range. Can this be done? Please help. Thanks, Svakki.