[R-gregmisc-users] SF.net SVN: r-gregmisc:[1647] trunk/gplots/inst/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2013-03-24 05:21:33
|
Revision: 1647 http://sourceforge.net/p/r-gregmisc/code/1647 Author: warnes Date: 2013-03-24 05:21:31 +0000 (Sun, 24 Mar 2013) Log Message: ----------- Update news for release 2.11.2 Modified Paths: -------------- trunk/gplots/inst/NEWS Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2013-03-24 05:19:04 UTC (rev 1646) +++ trunk/gplots/inst/NEWS 2013-03-24 05:21:31 UTC (rev 1647) @@ -1,3 +1,17 @@ +Release 2.11.2 - 2013-03-24 +--------------------------- + +Enhancements: + +- Add ci.width argument to barplot2() to allow varying the length of + the 't' at the end of confidence interval bars. + +Updates: + +- Update manual page for lowess.default() to + match changed argument list for lowess() in R 3.0.0 + + Release 2.11.1 - 2012-12-14 --------------------------- @@ -41,7 +55,7 @@ New Features: - New ci2d() function to create 2-dimensional empirical confidence - intervals utilizing KernSmooth:bkde2D and gplots::hist2d(). + intervals utilizing KernSmooth:bkde2D and gplots::hist2d(). See ?ci2d for details. - Add 'alpha' argument to rich.colors() to control transparency. @@ -66,7 +80,7 @@ - venn() now returns an object of class venn() and a plot method for this class is provided. -- Manual page for venn has been improved, based on contributions by +- Manual page for venn has been improved, based on contributions by Steffen Moeller @@ -75,7 +89,7 @@ Improvements: -- Performance of 'hist2d' improved thanks to a suggestion from +- Performance of 'hist2d' improved thanks to a suggestion from Joerg van den Hoff. Release 2.7.4 - 2009-11-12 @@ -126,14 +140,14 @@ colDendrogram, breaks, col, vline, hline, and colorTable. Of these, the most useful are breaks, col, and colorTable. The latter is a three-column data frame providing the lower and - upper bound and color for each bin. + upper bound and color for each bin. See the manual page for complete details and examples. - New function venn(), contributed by Steffen Moeller (Thanks Steffen!) to generate Venn diagrams for up to 5 sets. See ?venn for - details. + details. - Performance of bandplot() has been dramatically improved, in part by using runsd() and runmean() from the caTools package. As a @@ -151,10 +165,10 @@ Bug Fixes: - balloonplot() now properly handles dimension labels provided by - 'xlab' and 'ylab' + 'xlab' and 'ylab' - plotCI now properly handles 'NULL' and 'NA' values for ui, li, uiw, - and liw. + and liw. - Corrections of minor typos in man pages @@ -164,7 +178,7 @@ Release 2.6.0 - 2008-04-07 -------------------------- -New Features: +New Features: - heatmap() now allows control of the location of individual plot components (e.g. color key) @@ -179,7 +193,7 @@ - Restore plot layout settings to default state at end of ooplot() example -- Various typo fixes +- Various typo fixes Release 2.5.0 - 2007-11-02 -------------------------- @@ -187,7 +201,7 @@ New Features: - textplot() now converts tab characters to spaces before processing to - avoid problems with computing height and width of text that includes + avoid problems with computing height and width of text that includes tabs. - Add col2hex() function to convert color names to rgb hex codes @@ -195,7 +209,7 @@ Bug Fixes: - Correct balloonplot.default to properly show specified x and y axis - labels when explicitly provided + labels when explicitly provided - R/balloonplot.R: Correct error in balloonplot when z contains NA values. @@ -204,7 +218,7 @@ Other: - Clarify GPL version - + Release 2.4.0 - 2007-02-08 -------------------------- @@ -218,7 +232,7 @@ Bug Fixes: -Other: +Other: Release 2.3.2 - 2006-11-14 @@ -254,9 +268,9 @@ ------------- - plotmeans.R: Fixed bug in plotmeans - based on Stefano Calza's - suggestion (the function didn't account for factors + suggestion (the function didn't account for factors unused levels, returning an error.) - + - exported plot.lm to NAMESPACE, Remove .Alias calls in plot.lm.R since .Alias is defunct. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |