position_adjust {ggplot} | R Documentation |
This function extracts out some of the code necessary to perform
position_adjust(aesthetics, avoid, direction, adjust=1)
aesthetics |
list of aesthetics |
avoid |
avoid method to use |
direction |
direction (currently only works with vertical) |
adjust |
adjustment factor if multiple rows correspond to same grob (awful hack) |
Hadley Wickham <h.wickham@gmail.com>