[R-gregmisc-users] SF.net SVN: r-gregmisc:[1675] trunk/gplots/tests/heatmap2Test.R
Brought to you by:
warnes
From: <wa...@us...> - 2013-06-27 20:47:32
|
Revision: 1675 http://sourceforge.net/p/r-gregmisc/code/1675 Author: warnes Date: 2013-06-27 20:47:30 +0000 (Thu, 27 Jun 2013) Log Message: ----------- Add test for one row/column separator Modified Paths: -------------- trunk/gplots/tests/heatmap2Test.R Modified: trunk/gplots/tests/heatmap2Test.R =================================================================== --- trunk/gplots/tests/heatmap2Test.R 2013-06-27 20:28:48 UTC (rev 1674) +++ trunk/gplots/tests/heatmap2Test.R 2013-06-27 20:47:30 UTC (rev 1675) @@ -50,3 +50,9 @@ str(hv) # the two re-ordering index vectors +## Test row and column separators +heatmap.2(x,dendrogram="col", colsep=1) ## one colsep +heatmap.2(x,dendrogram="col", rowsep=1) ## one rowsep + +heatmap.2(x,dendrogram="col", colsep=1:2) ## two colseps +heatmap.2(x,dendrogram="col", rowsep=1:2) ## two rowseps This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |