Skip to contents

Jitterplot

Usage

make_jitter(xy_coord, jitter)

Arguments

xy_coord

`data.frame` of XY coordinates.

jitter

Amount of jitter.

Value

[`ggplot`] object.

Examples

make_jitter(data.frame(x = 1, y = 1))