position_jitterdodged | R Documentation |
This is primarily used for aligning points generated through 'geom_point()' with dodged boxplots (e.g., a 'geom_boxplot()' with a fill aesthetic supplied).
position_jitterdodged(
jitter.width = 0.2,
jitter.height = 0,
dodge.width = 0.75,
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. |
dodge.width |
The degree of dodging |
seed |
Random seed. |
a geom of jittered data
Other position adjustments:
position_jitterd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.