hexGrob {ggplot2} | R Documentation |
Modified from code by Nicholas Lewin-Koh and Martin Maechler
hexGrob(x, y, size = rep(1, length(x)), colour = "grey50", fill = "grey90")
x |
x positions of hex centres |
y |
y positions |
size |
|
colour |
|
fill |
Hadley Wickham <h.wickham@gmail.com>