position_identity {ggplot2}R Documentation

Don't adjust position

Description

Don't adjust position

Usage

position_identity(width = NULL, height = NULL)

Arguments

width

Manually specify width (does not affect all position adjustments)

height

Manually specify height (does not affect all position adjustments)

See Also

Other position adjustments: position_dodge; position_fill; position_jitterdodge; position_jitter; position_stack


[Package ggplot2 version 1.0.1 Index]