Description Usage Arguments Examples
View source: R/position_jitternudge.R
Simultaneously nudge and jitter
1 2 3 4 5 6 7 | position_jitternudge(
jitter.width = NULL,
jitter.height = 0,
nudge.x = 0,
nudge.y = 0,
seed = NA
)
|
jitter.width |
degree of jitter in x direction. Defaults to 40% of the resolution of the data. |
jitter.height |
degree of jitter in y direction. Defaults to 0. |
nudge.x |
the amount to nudge in the x direction. |
nudge.y |
the amount to nudge in the y direction. |
seed |
Optional seed for the random jitter |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.