pos_honeycomb_x: Create vector for x that, with y will, form a wrapping...

View source: R/pos_honeycomb_x.R

pos_honeycomb_xR Documentation

Create vector for x that, with y will, form a wrapping honeycomb pattern

Description

Create vector for x that, with y will, form a wrapping honeycomb pattern

Usage

pos_honeycomb_x(x0 = 0, n = 5, ncol = 3, width = 2 * sqrt(0.75))

Arguments

x0

numeric x start position

n

number of positions

ncol

number of columns before wrap, default is 3

width

numeric, width between positions

Examples

pos_honeycomb_x()

pos_honeycomb_x(n = 10, x0 = 5, ncol = 2)

EvaMaeRey/ggstamp documentation built on June 30, 2022, 11 p.m.