1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
2009-08-09 Nicholas Lewin-Koh <nikko@hailmail.net>
* R/grid.hexagons.R removed break statements, switch fails. Cow
lattice and centroid can ramp colors. Bug submitted by Ricardo
DeLemos" <lemos@soe.ucsc.edu>
* man/hexVP-class.Rd Shape slot was not documented
2009-02-26 Nicholas Lewin-Koh <nikko@hailmail.net>
* R/grid.hexagons.R fixed bad if construct
* R/hexbin.s4.R changed xlab and ylab signatures in class hexbin
from character to vector, patch submitted by Don Armstrong <don@donarmstrong.com>
2008-04-28 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 1.13.4
* man/*.Rd: fixes to several man pages;
note that gplot.hexbin() now is *deprecated* !
2008-03-18 Patrick Aboyoun <paboyoun@fhcrc.org>
* man/panel.hexboxplot, man/panel.hexgrid, man/panel.hexloess: Added more information to man files.
* R/hexbinplot.R (panel.hexboxplot): removed unused singles argument.
2008-03-12 Patrick Aboyoun <paboyoun@fhcrc.org>
* R/hexViewport.R (hexVP.abline): Fixed the handling of non-model objects as input.
2008-02-28 Patrick Aboyoun <paboyoun@fhcrc.org>
* R/hexPlotMA.R (plotMAhex): Require users to specify status explicitly
rather than as the component MA$genes$Status
* R/hexPlotMA.R (plotMAhex): Replaced support of Biobase class exprSet with
ExpressionSet
2006-09-28 Martin Maechler <maechler@stat.math.ethz.ch>
* NAMESPACE: add full list of colorspace dependencies
2005-07-26 Martin Maechler <maechler@stat.math.ethz.ch>
* R/hexViewport.R (smartBnds): some rationalization
* R/hexViewport.R (rname): dito
2005-07-19 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 1.3.1 (not to confuse with the previous one).
* man/gplot.hexbin.Rd: fix typo and usage for S4method
* R/hexPlotMA.R (hexMA.loess): add argument 'n'
* R/hexViewport.R (hexVP.loess): add argument 'n'; other "white
space cosmetic" in file
2005-10-21 Nicholas Lewin-Koh <nikko@hailmail.net>
* added Deepayan Sarkar's hexbinplot.R function for lattice hexbin
plots
* Added my Hexplom function based on Deepayan's code
2005-10-27 Nicholas Lewin-Koh <nikko@hailmail.net>
* Added more panel functions, for hexboxplots and hdiffplots.
|