ggstance (version 0.3)

position_dodgev: Vertical Positions

Description

Vertical versions of position_dodge(), position_jitterdodge(), position_fill(), position_stack(),

Usage

position_dodgev(height = NULL)

position_jitterdodgev(jitter.height = NULL, jitter.width = 0, dodge.height = 0.75)

position_stackv()

position_fillv()

Arguments

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 position_dodgev() height.