Re: [R] gplot heatmaps: clustering according to rowsidecolors + key.xtickfun

2014-09-17 Thread Gregory Warnes
Oops, I forgot to mention that an bug was preventing RowSideColors from working properly. It is fixed in version 2.14.2 of gplots which I've just uploaded to CRAN and am attaching to this email. -Greg On Wed, Sep 17, 2014 at 5:12 PM, Gregory R. Warnes wrote: > Hello Tim, > > Sorry about the sl

Re: [R] gplot heatmaps: clustering according to rowsidecolors + key.xtickfun

2014-09-17 Thread Gregory R. Warnes
Hello Tim, Sorry about the slow response, I just found this message. On Sep 4, 2014, at 9:23 AM, Tim Richter-Heitmann wrote: > Hi there, > > I have two questions about heatmap.2 in gplot. > My input is a simple square matrix with numeric values between 75 and 100 (it > is a similarity matrix

[R] gplot heatmaps: clustering according to rowsidecolors + key.xtickfun

2014-09-04 Thread Tim Richter-Heitmann
Hi there, I have two questions about heatmap.2 in gplot. My input is a simple square matrix with numeric values between 75 and 100 (it is a similarity matrix based on bacterial DNA sequences). 1. I can sort my input matrix into categories with rowsidecolors (in this case, very conveniently by

Re: [R] gplot

2013-10-23 Thread David Winsemius
On Oct 23, 2013, at 3:17 AM, Priyanka Nannapaneni wrote: > Hi all, > > I couldn't install gplots package. >> install.packages("gplot") > Warning message: > package 'gplot' is not available (for R version 3.0.2) > > i want to use heat maps.2 function. > > can you please tell me how to install t

[R] gplot

2013-10-23 Thread Priyanka Nannapaneni
Hi all, I couldn't install gplots package. > install.packages("gplot") Warning message: package 'gplot' is not available (for R version 3.0.2) i want to use heat maps.2 function. can you please tell me how to install this package or are there any alternatives. Thanks in advance :) [[al

[R] gplot heatmap

2012-01-27 Thread khush ........
Hi, I am drawing a heat map using gplots of R package. The file (new4) is having values 0 and 1 only. library(gplots) library(marray) x=read.table("new4", header=TRUE) mat=data.matrix(x) heatmap.2(mat, col=colorRampPalette(c("black","red"))(256), #col=greenred(75), Rowv=TRUE, Colv=TRUE, distfun

[R] gplot data manipulation question

2011-08-27 Thread vamshi999
i have this data with me...i am only copying part of data here... date time "2011-05-23""04:31:17" "2011-05-23""04:31:20" "2011-05-23""04:31:22" "2011-05-23""04:31:25" "2011-05-23""04:31:27" "2011-05-23""04:31:18" "2011-05-23""04:31:20" "2011-05-23"

Re: [R] gplot problems with faceting

2009-02-27 Thread ONKELINX, Thierry
-help@r-project.org Onderwerp: [R] gplot problems with faceting Dear R-Listers, I am very confused with what seems to be a misuse of the faceting options with gplot function and I hope you might help me on this. z contains various simulation results from simulations with different set of

[R] gplot problems with faceting

2009-02-26 Thread BOISSON, Pascal
Dear R-Listers, I am very confused with what seems to be a misuse of the faceting options with gplot function and I hope you might help me on this. z contains various simulation results from simulations with different set of parameters. I melt my data to have the following data.frame structure

Re: [R] gplot function - error

2007-12-29 Thread Ricardo Perrone
To: Ricardo Perrone <[EMAIL PROTECTED]> Sent: Friday, December 28, 2007 5:20:42 PM Subject: Re: [R] gplot function - error Do you mean qplot or ggplot? Hadley On Dec 28, 2007 2:26 PM, Ricardo Perrone <[EMAIL PROTECTED]> wrote: > Hi all, > > i installed the ggplot2 package via i

Re: [R] gplot function - error

2007-12-28 Thread Domenico Vistocco
You changed the intial letter: the function is qplot and not gplot. domenico Ricardo Perrone wrote: > Hi all, > > i installed the ggplot2 package via install.packages(), but the gplot > function was not recognized in R console command. Is there any paths to > configure? The error message report

[R] gplot function - error

2007-12-28 Thread Ricardo Perrone
Hi all, i installed the ggplot2 package via install.packages(), but the gplot function was not recognized in R console command. Is there any paths to configure? The error message reports that the function was not found. Thanks Ricardo _