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()
Dodging height, when different to the height of the individual elements. This is useful when you want to align narrow geoms with taller geoms.
degree of jitter in y direction. Defaults to 0.
degree of jitter in x direction. Defaults to 40% of the resolution of the data.
the amount to dodge in the y direction. Defaults to 0.75,
the default position_dodgev() height.