pos_honeycomb_y.Rd
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()#> [1] 0.0 0.0 0.0 -1.5 -1.5