View source: R/pos_honeycomb_y.R
pos_honeycomb_y | R Documentation |
Create vector for y that, with x will, form a wrapping honeycomb pattern
pos_honeycomb_y(y0 = 0, n = 5, ncol = 3, height = 1.5)
y0 |
numeric y start position |
n |
number of positions |
ncol |
number of columns before wrap, default is 3 |
height |
numeric, height between positions |
pos_honeycomb_y() ggcanvas() + stamp_polygon(x0 = pos_honeycomb_x(), y0 = pos_honeycomb_y())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.