Description Usage Arguments Value Examples
This functions assists with position by combining information on whether or not jitter is present in a plot, there is a categorical variable for coloring, and if the plot uses dodge positioning when coloring variable levels.
1 2 | getPosition(jitter, cby, w = 0.2, h = 0, wd = 0.75,
dodgeable = FALSE)
|
jitter |
logical. |
cby |
character, factor to color by. |
w |
width. |
h |
height. |
wd |
dodge width. |
dodgeable |
logical. |
a ggplot position function.
1 | #not run
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.