Usage
hexGraphPaper(hb, xbnds = NULL, ybnds = NULL, xbins = 30, shape = 1,
add = TRUE, fill.edges = 1, fill = 0, border = 1)hgridcent(xbins, xbnds, ybnds, shape, edge.add = 0)
Arguments
hb
a object of class "hexbin"
, typically produced by
hexbin(*)
. xbnds, ybnds
horizontal and vertical limits of the binning
region in x or y units respectively; must be numeric vector of
length 2.
xbins
the number of bins partitioning the range of xbnds.
shape
the shape = yheight/xwidth of the plotting regions.
add
a logical value indicating whether or not to add the grid
to the current plot.
fill.edges
integer number of hexagons to add around the border
fill
the fill color for the hexagons
border
the color of the border of the hexagons
edge.add
offset (typically fill.edges
above) used in
hgridcent
.