Jittered dot plot in 1d using R's base graphics

jitter_1d_graphics(
  zargs,
  loc = 0.5,
  offset = 0.25,
  cex = 0.4,
  add = FALSE,
  plot... = NULL,
  ...
)

Arguments

zargs

argument list as passed from zenplot()

loc

location in [0,1]; 0 corresponds to left, 1 to right (in the direction of the path)

offset

number in [0,0.5] determining how far off the center the jittered points reach maximally

cex

character expansion factor

add

logical indicating whether this plot should be added to the last one

plot...

additional arguments passed to plot_region()

...

additional arguments passed to points()

Value

invisible()

Author

Marius Hofert and Wayne Oldford