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