hexagonsGrob {ggplot}R Documentation

Hexgaons Grob

Description

Minor changes to functions from hexbin to allow output directly to grobs.

Usage

hexagonsGrob(dat, style = c("colorscale", "centroids", "lattice",    "nested.lattice", "nested.centroids", "constant.col"), use.count = TRUE, cell.at = NULL, minarea = 0.05, maxarea = 0.8, check.erosion = TRUE, mincnt = 1, maxcnt = max(dat@count), trans = NULL, colorcut = seq(0, 1, length = 17), density = NULL, border = NULL, pen = NULL,colramp = function(n) {LinGray(n, beg = 90, end = 15)}, def.unit = "native", verbose = getOption("verbose"))

Arguments

dat
style
use.count
cell.at
minarea
maxarea
check.erosion
mincnt
maxcnt
trans
colorcut
density
border
pen
colramp
def.unit
verbose

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package ggplot version 0.2.2 Index]