geom_interval {ggplot2}R Documentation

geom_interval

Description

Base for all interval (range) geoms

Usage

geom_interval(mapping=NULL, data=NULL, position="identity", ...)

Arguments

mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
position position adjustment used by this layer
... ignored

Details

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

Value

A layer

Aesthetics

The following aesthetics can be used with geom_interval. Aesthetics are mapped to variables in the data with the aes function: geom\_interval(\code{aes}(x = var))

Author(s)

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

See Also

Examples

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

[Package ggplot2 version 0.6 Index]