[R-gregmisc-users] SF.net SVN: r-gregmisc:[1364] trunk/gplots/R/heatmap.2.R
Brought to you by:
warnes
|
From: <wa...@us...> - 2009-10-22 20:53:19
|
Revision: 1364
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1364&view=rev
Author: warnes
Date: 2009-10-22 20:53:11 +0000 (Thu, 22 Oct 2009)
Log Message:
-----------
Fixed typo in bug fix.
Modified Paths:
--------------
trunk/gplots/R/heatmap.2.R
Modified: trunk/gplots/R/heatmap.2.R
===================================================================
--- trunk/gplots/R/heatmap.2.R 2009-10-22 20:37:49 UTC (rev 1363)
+++ trunk/gplots/R/heatmap.2.R 2009-10-22 20:53:11 UTC (rev 1364)
@@ -356,8 +356,8 @@
par(mar = c(margins[1], 0, 0, margins[2]))
#if(scale != "none" || !symm)
# {
- # x <- t(x)
- # cellnote <- t(cellnote)
+ x <- t(x)
+ cellnote <- t(cellnote)
# }
if(revC)
{ ## x columns reversed
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|