Jitter x-y coordinates in a spiral pattern

spiral_jitter(
  x,
  y,
  n = NULL,
  max_n = NULL,
  radius = 1,
  aspect = 1,
  ratio = "golden"
)

Arguments

x

coordinate x

y

coordinate y

n

length(x)

max_n
radius
aspect
ratio

golden

Examples

spiral_jitter(x,y)
#> Error in spiral_jitter(x, y): object 'x' not found