hexGrob {ggplot2}R Documentation

Draw hexagon grob

Description

Modified from code by Nicholas Lewin-Koh and Martin Maechler

Usage

hexGrob(x, y, size = rep(1, length(x)), colour = "grey50", fill = "grey90")

Arguments

x x positions of hex centres
y y positions
size
colour
fill

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]