position_identity {ggplot2}R Documentation

position_identity

Description

Don't adjust position

Usage

position_identity(width=NULL, height=NULL, ...)

Arguments

width NULL
height NULL
... ignored

Details

This page describes position_identity, see layer and qplot for how to create a complete plot from individual components.

Value

A layer

Author(s)

Hadley Wickham, http://had.co.nz/

See Also

Examples

## Not run: 
  # Coming soon
## End(Not run)

[Package ggplot2 version 0.8.2 Index]