geom_point() with uniform positional noise; deterministic per seed.
geom_jitter(
mapping = NULL,
data = NULL,
color = NULL,
size = NULL,
alpha = NULL,
width = NULL,
height = NULL,
seed = 42
)As in geom_point().
Jitter half-ranges in data units.
RNG seed.
A Layer.