| position_dodgev {ggstance} | R Documentation |
Vertical versions of position_dodge(),
position_jitterdodge(),
position_fill(),
position_stack(),
position_dodgev(height = NULL) position_jitterdodgev(jitter.height = NULL, jitter.width = 0, dodge.height = 0.75) position_stackv() position_fillv()
height |
Dodging height, when different to the height of the individual elements. This is useful when you want to align narrow geoms with taller geoms. |
jitter.height |
degree of jitter in y direction. Defaults to 0. |
jitter.width |
degree of jitter in x direction. Defaults to 40% of the resolution of the data. |
dodge.height |
the amount to dodge in the y direction. Defaults to 0.75,
the default |