[R-gregmisc-users] SF.net SVN: r-gregmisc:[1955] trunk/gplots/inst
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-23 22:59:26
|
Revision: 1955 http://sourceforge.net/p/r-gregmisc/code/1955 Author: warnes Date: 2015-04-23 22:59:23 +0000 (Thu, 23 Apr 2015) Log Message: ----------- Update NEWS and ChangeLog Modified Paths: -------------- trunk/gplots/inst/ChangeLog trunk/gplots/inst/NEWS Modified: trunk/gplots/inst/ChangeLog =================================================================== --- trunk/gplots/inst/ChangeLog 2015-04-23 22:55:43 UTC (rev 1954) +++ trunk/gplots/inst/ChangeLog 2015-04-23 22:59:23 UTC (rev 1955) @@ -1,5 +1,8 @@ 2015-04-23 warnes + * [r1954] DESCRIPTION, R/heatmap.2.R, inst/ChangeLog, inst/NEWS: In + heatmap.2(), the color key now properly handles color breaks that + are not equally spaced. (Issue reported by Tim Richter-Heitmann.) * [r1948] R/plotCI.R: - plotCI() was not properly respecting the 'type=' argument. This has been corrected. Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2015-04-23 22:55:43 UTC (rev 1954) +++ trunk/gplots/inst/NEWS 2015-04-23 22:59:23 UTC (rev 1955) @@ -4,7 +4,8 @@ New Features: - heatmap.2() has two new arguments, 'colRow' and 'colCol' to control - the color of row and column text labels. + the color of row and column text labels. See the man page for + examples. - heatmap.2() has been modified to make it easier to extract and plot subclusters from a large heatmap. Simply pass the dendrogram of the @@ -18,18 +19,17 @@ Bug Fixes: +- In heatmap.2(), the color key now properly handles color breaks that + are not equally spaced. (Issue reported by Tim Richter-Heitmann.) + - plotCI() now properly respects the 'type=' argument. (Bug report and correction by Wiktor Żelazny.) - Remove stray browser() call from overplot() -- In the balloonplot() examples, explicitly specify argument to - gplots:::reorder.factor to prevent error. +- In the balloonplot() examples, explicitly specify the 'neworder' + argument to gplots:::reorder.factor to prevent errors. -Other Changes: - -- Remove stray browser() call from - Release 2.16.0 - 2015-01-02 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |