Skip to content

Commit

Permalink
version 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikko authored and gaborcsardi committed May 21, 2008
1 parent d81a8d5 commit 11a2074
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
14 changes: 10 additions & 4 deletions DESCRIPTION
@@ -1,5 +1,5 @@
Package: hexbin
Version: 1.17.0
Version: 1.18.0
Date: 2008-05-21
Title: Hexagonal Binning Routines
Author: Dan Carr <dcarr@voxel.galaxy.gmu.edu>, ported by Nicholas
Expand All @@ -10,6 +10,12 @@ Suggests: marray, cluster, affy, Biobase
Description: Binning and plotting functions for hexagonal bins. Now
uses and relies on grid graphics and formal (S4) classes and
methods.
Collate: BTC.R BTY.R grid.hexagons.R grid.hexlegend.R hbox.R hdiffplot.R hexbinList.R hexbinplot.R hexbin.s4.R hexpanel.R hexplom.R hexPlotMA.R hexutil.R hexViewport.R HO.R LINGRAY.R LOCS.R MAG.R RB.R smoothHexbin.R
License: GPL 2
Packaged: Tue Dec 2 22:38:34 2008; nikko
Collate: BTC.R BTY.R grid.hexagons.R grid.hexlegend.R hbox.R
hdiffplot.R hexbinList.R hexbinplot.R hexbin.s4.R hexpanel.R
hexplom.R hexPlotMA.R hexutil.R hexViewport.R HO.R LINGRAY.R
LOCS.R MAG.R RB.R smoothHexbin.R
biocViews: Visualization
License: GPL-2
Packaged: 2009-04-21 09:02:53 UTC; biocbuild
Repository: CRAN
Date/Publication: 2009-05-10 18:54:18
1 change: 0 additions & 1 deletion R/grid.hexagons.R
@@ -1,4 +1,3 @@

hexcoords <- function(dx, dy = NULL, n = 1, sep = NULL)
{
stopifnot(length(dx) == 1)
Expand Down
Binary file modified inst/doc/hexagon_binning.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion man/hexbinplot.Rd
Expand Up @@ -193,7 +193,7 @@ hexlegendGrob(legend = 1.2,

\value{
\code{hexbinplot} produces an object of class \code{"trellis"}. The
code{update} method can be used to update components of the object and
\code{update} method can be used to update components of the object and
the \code{print} method (usually called by default) will plot it on an
appropriate plotting device. \code{hexlegendGrob} produces a
\code{"grob"} (grid object).
Expand Down

0 comments on commit 11a2074

Please sign in to comment.