[R-gregmisc-users] SF.net SVN: r-gregmisc:[1818] trunk/gplots/R/heatmap.2.R
Brought to you by:
warnes
From: <wa...@us...> - 2014-06-17 20:34:24
|
Revision: 1818 http://sourceforge.net/p/r-gregmisc/code/1818 Author: warnes Date: 2014-06-17 20:34:17 +0000 (Tue, 17 Jun 2014) Log Message: ----------- Fix typo in heatmap.2() reported by Yuanhua Liu. Modified Paths: -------------- trunk/gplots/R/heatmap.2.R Modified: trunk/gplots/R/heatmap.2.R =================================================================== --- trunk/gplots/R/heatmap.2.R 2014-06-05 17:21:11 UTC (rev 1817) +++ trunk/gplots/R/heatmap.2.R 2014-06-17 20:34:17 UTC (rev 1818) @@ -147,7 +147,7 @@ if (is.logical(Colv) && (Colv)) dendrogram <- "column" else - dedrogram <- "none" + dendrogram <- "none" warning("Discrepancy: Rowv is FALSE, while dendrogram is `", dendrogram, "'. Omitting row dendogram.") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |