hexagonsGrob {ggplot} | R Documentation |
Minor changes to functions from hexbin to allow output directly to grobs.
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"))
dat |
|
style |
|
use.count |
|
cell.at |
|
minarea |
|
maxarea |
|
check.erosion |
|
mincnt |
|
maxcnt |
|
trans |
|
colorcut |
|
density |
|
border |
|
pen |
|
colramp |
|
def.unit |
|
verbose |
Hadley Wickham <h.wickham@gmail.com>