geom_interval {ggplot2} | R Documentation |
Base for all interval (range) geoms
geom_interval(mapping=NULL, data=NULL, position="identity", ...)
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 |
This page describes geom_interval, see layer
and qplot
for how to create a complete plot from individual components.
A layer
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))
x
: x position (required)
min
: minimum of interval (required)
max
: maximum of interval (required)
Hadley Wickham, http://had.co.nz/
## Not run: # Coming soon ## End(Not run)