position_adjust {ggplot}R Documentation

Position adjust

Description

This function extracts out some of the code necessary to perform

Usage

position_adjust(aesthetics, avoid, direction, adjust=1)

Arguments

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)

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]