[R-gregmisc-users] SF.net SVN: r-gregmisc:[2000] trunk/gplots/DESCRIPTION
Brought to you by:
warnes
From: <wa...@us...> - 2015-05-01 16:34:04
|
Revision: 2000 http://sourceforge.net/p/r-gregmisc/code/2000 Author: warnes Date: 2015-05-01 16:34:02 +0000 (Fri, 01 May 2015) Log Message: ----------- Improve package description. Modified Paths: -------------- trunk/gplots/DESCRIPTION Modified: trunk/gplots/DESCRIPTION =================================================================== --- trunk/gplots/DESCRIPTION 2015-05-01 16:31:33 UTC (rev 1999) +++ trunk/gplots/DESCRIPTION 2015-05-01 16:34:02 UTC (rev 2000) @@ -1,6 +1,25 @@ Package: gplots Title: Various R Programming Tools for Plotting Data -Description: Various R programming tools for plotting data +Description: Various R programming tools for plotting data, including: + - calculating and plotting locally smoothed summary functionas + ('bandplot', 'wapply'), + - enhanced versions of standard plots ('barplot2', 'boxplot2', + 'heatmap.2', 'smartlegend'), + - manipulating colors ('col2hex', 'colorpanel', 'redgreen', + 'greenred', 'bluered', 'redblue', 'rich.colors'), + - calculating and plotting two-dimensional data summaries ('ci2d', + 'hist2d'), + - enhanced regression diagnostic plots ('lmplot2', 'residplot'), + - formula-enabled interface to stats::lowess function ('lowess'), + - displaying textual data in plots ('textplot', 'sinkplot'), + - plotting a matrix where each cell contains a dot whose size + reflects the relative magnitude of the elements ('balloonplot'), + - plotting venn diagrams ('venn'), + - displaying Open-Office syle plots ('ooplot'), + - plotting multiple datasets on same region, with separate axes + ('overplot'), + - plotting means and cofidence intervals ('plotCI', 'plotmeans'), + - spacing points in an x-y plot so they don't overlap ('space'). Depends: R (>= 3.0) Imports: gtools, gdata, stats, caTools, KernSmooth Suggests: grid, MASS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |